mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-25 17:11:59 +00:00
Delete wrong comment
This commit is contained in:
parent
b644b54614
commit
2494c24332
@ -79,8 +79,6 @@ bool ShouldAddToAngleIncludes(const std::string& arg) {
|
|||||||
return StartsWithAny(arg, kAngleIncludeArgs);
|
return StartsWithAny(arg, kAngleIncludeArgs);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Returns true if we should use the C, not C++, language spec for the given
|
|
||||||
// file.
|
|
||||||
optional<std::string> SourceFileType(const std::string& path) {
|
optional<std::string> SourceFileType(const std::string& path) {
|
||||||
if (EndsWith(path, ".c"))
|
if (EndsWith(path, ".c"))
|
||||||
return std::string("c");
|
return std::string("c");
|
||||||
|
Loading…
Reference in New Issue
Block a user