We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17251b commit 2219c38Copy full SHA for 2219c38
server/src/building/BuildDatabase.cpp
@@ -283,7 +283,6 @@ fs::path BuildDatabase::getRootForFirstSource() const {
283
return getRootForSource(sourceFileInfos.begin()->first);
284
}
285
286
-}
287
288
fs::path BuildDatabase::getBitcodeForSource(const fs::path &sourceFile) const {
289
fs::path serverBuildObjectFilePath = newDirForFile(sourceFile);
0 commit comments