From 2219c3896403072cf2d79be702fedba7336bc895 Mon Sep 17 00:00:00 2001 From: Egor Kichin Date: Mon, 19 Dec 2022 13:32:57 +0300 Subject: [PATCH] Add exception due to server fail cause of sigfault. --- server/src/building/BuildDatabase.cpp | 1 - 1 file changed, 1 deletion(-) 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);