mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 02:06:30 +00:00
[clangd][NFC] Delete a pessimizing move
This commit is contained in:
parent
1df50e6245
commit
a2063ba7ff
@ -837,7 +837,7 @@ OverlayCDB::getProjectModules(PathRef File) const {
|
||||
PathRef CommandPath) {
|
||||
Mangler(Command, CommandPath);
|
||||
});
|
||||
return std::move(MDB);
|
||||
return MDB;
|
||||
}
|
||||
|
||||
DelegatingCDB::DelegatingCDB(const GlobalCompilationDatabase *Base)
|
||||
|
Loading…
x
Reference in New Issue
Block a user