[clangd][NFC] Delete a pessimizing move
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user