summaryrefslogtreecommitdiffstats
path: root/src/ninja.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ninja.cc')
-rw-r--r--src/ninja.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ninja.cc b/src/ninja.cc
index 9529a50..69646e1 100644
--- a/src/ninja.cc
+++ b/src/ninja.cc
@@ -49,10 +49,6 @@ int MSVCHelperMain(int argc, char** argv);
namespace {
-/// The version number of the current Ninja release. This will always
-/// be "git" on trunk.
-const char* kVersion = "1.2.0";
-
/// Global information passed into subtools.
struct Globals {
Globals() : state(new State()) {}