diff --git a/server/src/building/BuildDatabase.cpp b/server/src/building/BuildDatabase.cpp index 41a0c55a..4b010aa5 100644 --- a/server/src/building/BuildDatabase.cpp +++ b/server/src/building/BuildDatabase.cpp @@ -283,7 +283,6 @@ fs::path BuildDatabase::getRootForFirstSource() const { return getRootForSource(sourceFileInfos.begin()->first); } } -} fs::path BuildDatabase::getBitcodeForSource(const fs::path &sourceFile) const { fs::path serverBuildObjectFilePath = newDirForFile(sourceFile);