| Index: tools/gn/command_check.cc
|
| diff --git a/tools/gn/command_check.cc b/tools/gn/command_check.cc
|
| index a84bdf3096e2f68ab29030d0b78de088269a6cb4..3546b7c1aa945580d307bd15a57c0986f9be006b 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();
|
|
|