Skip to content

Commit cbfdede

Browse files
committed
Do not override file name from project file
1 parent 143f2c1 commit cbfdede

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ std::string Config::matchFilenameFromCompileCommand()
176176
// TODO should we warn if the file is not found?
177177
std::error_code err;
178178
if (std::filesystem::equivalent(file, m_filename, err)) {
179-
m_filename = file;
180179
return "";
181180
}
182181
}

0 commit comments

Comments
 (0)