summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gn/tools/gn/gn_main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/tools/gn/gn_main.cc b/gn/tools/gn/gn_main.cc
index a61a7527701..b6bca54b09c 100644
--- a/gn/tools/gn/gn_main.cc
+++ b/gn/tools/gn/gn_main.cc
@@ -16,7 +16,7 @@
#include "util/msg_loop.h"
#include "util/sys_info.h"
-#include "last_commit_position.h"
+// #include "last_commit_position.h"
namespace {
@@ -49,7 +49,7 @@ int main(int argc, char** argv) {
command = commands::kHelp;
} else if (cmdline.HasSwitch(switches::kVersion)) {
// Make "--version" print the version and exit.
- OutputString(std::string(LAST_COMMIT_POSITION) + "\n");
+// OutputString(std::string(LAST_COMMIT_POSITION) + "\n");
exit(0);
} else if (args.empty()) {
// No command, print error and exit.