summaryrefslogtreecommitdiffstats
path: root/tools/gn/command_check.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-23 19:49:44 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-23 19:49:44 +0000
commit8b248450eeb6e077ed43d84a88bc46e0f74b5e61 (patch)
tree1d79e3452bda1e269a324b9fd65ef821b0315690 /tools/gn/command_check.cc
parent27aa4ab1a6e506304ac84f669f66b53d904f5693 (diff)
downloadchromium_src-8b248450eeb6e077ed43d84a88bc46e0f74b5e61.zip
chromium_src-8b248450eeb6e077ed43d84a88bc46e0f74b5e61.tar.gz
chromium_src-8b248450eeb6e077ed43d84a88bc46e0f74b5e61.tar.bz2
gn: Remove another obsolete comment about gyp command from command_check.cc.
Forgot to do this in r271968 - https://codereview.chromium.org/296153002 BUG=None TEST=None TBR=scottmg@chromium.org Review URL: https://codereview.chromium.org/299203004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272581 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/gn/command_check.cc')
-rw-r--r--tools/gn/command_check.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gn/command_check.cc b/tools/gn/command_check.cc
index a84bdf3..3546b7c 100644
--- a/tools/gn/command_check.cc
+++ b/tools/gn/command_check.cc
@@ -20,7 +20,6 @@ const char kCheck_Help[] =
"\n"
" See \"gn help\" for the common command-line switches.\n";
-// Note: partially duplicated in command_gyp.cc.
int RunCheck(const std::vector<std::string>& args) {
// Deliberately leaked to avoid expensive process teardown.
Setup* setup = new Setup();