Delete wrong comment

This commit is contained in:
Walter Erquinigo 2018-01-08 13:06:44 -08:00 committed by Jacob Dufault
parent b644b54614
commit 2494c24332

View File

@ -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");