We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1621289 commit 80db9a8Copy full SHA for 80db9a8
lib/Core/SQLiteBuildDB.cpp
@@ -777,8 +777,7 @@ if (result != SQLITE_OK) { \
777
std::unique_ptr<BuildDB> core::createSQLiteBuildDB(StringRef path,
778
uint32_t clientSchemaVersion,
779
std::string* error_out) {
780
- auto db = llvm::make_unique<SQLiteBuildDB>(path, clientSchemaVersion);
781
- return std::move(db);
+ return llvm::make_unique<SQLiteBuildDB>(path, clientSchemaVersion);
782
}
783
784
#undef checkSQLiteResultOKReturnFalse
0 commit comments