summaryrefslogtreecommitdiffstats
path: root/bootstrap.py
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2013-05-03 20:16:55 (GMT)
committerEvan Martin <martine@danga.com>2013-05-14 16:03:43 (GMT)
commitfdb3f677e9ed815733661389de6bd7967565a889 (patch)
tree04f1204432d56fc007b1f4a08a98480fc22bb724 /bootstrap.py
parent0509c46e1a17544d6202737b076054d6f79e2177 (diff)
downloadNinja-fdb3f677e9ed815733661389de6bd7967565a889.zip
Ninja-fdb3f677e9ed815733661389de6bd7967565a889.tar.gz
Ninja-fdb3f677e9ed815733661389de6bd7967565a889.tar.bz2
delete obsolete todo
Diffstat (limited to 'bootstrap.py')
-rwxr-xr-xbootstrap.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 0f6aa59..cff10ba 100755
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -33,7 +33,6 @@ parser.add_option('--verbose', action='store_true',
help='enable verbose build',)
parser.add_option('--x64', action='store_true',
help='force 64-bit build (Windows)',)
-# TODO: make this --platform to match configure.py.
parser.add_option('--platform',
help='target platform (' + '/'.join(platform_helper.platforms()) + ')',
choices=platform_helper.platforms())