mirror of
https://github.com/MaskRay/ccls.git
synced 2025-04-14 21:02:14 +00:00
Remove some debug code
This commit is contained in:
parent
4758b70d00
commit
181b405c54
@ -71,11 +71,6 @@ void WorkingFile::OnBufferContentUpdated() {
|
|||||||
else
|
else
|
||||||
it->second.push_back(i + 1);
|
it->second.push_back(i + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string path = filename;
|
|
||||||
path = ReplaceAll(path, "/", "_");
|
|
||||||
WriteToFile("/usr/local/google/home/jdufault/cquery/tmp/" + path,
|
|
||||||
buffer_content);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
optional<int> WorkingFile::GetBufferLineFromIndexLine(int index_line) const {
|
optional<int> WorkingFile::GetBufferLineFromIndexLine(int index_line) const {
|
||||||
|
Loading…
Reference in New Issue
Block a user