[clangd][NFC] Delete a pessimizing move

This commit is contained in:
Kadir Cetinkaya 2025-01-22 16:04:43 +01:00
parent 1df50e6245
commit a2063ba7ff
No known key found for this signature in database
GPG Key ID: E39E36B8D2057ED6

View File

@ -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)