From 2494c24332392c8b0f74934591a228ec95c9ec58 Mon Sep 17 00:00:00 2001 From: Walter Erquinigo Date: Mon, 8 Jan 2018 13:06:44 -0800 Subject: [PATCH] Delete wrong comment --- src/project.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/project.cc b/src/project.cc index af5ea906..f5451645 100644 --- a/src/project.cc +++ b/src/project.cc @@ -79,8 +79,6 @@ bool ShouldAddToAngleIncludes(const std::string& arg) { return StartsWithAny(arg, kAngleIncludeArgs); } -// Returns true if we should use the C, not C++, language spec for the given -// file. optional SourceFileType(const std::string& path) { if (EndsWith(path, ".c")) return std::string("c");