delete obsolete todo
authorEvan Martin <martine@danga.com>
Fri, 3 May 2013 20:16:55 +0000 (13:16 -0700)
committerEvan Martin <martine@danga.com>
Tue, 14 May 2013 16:03:43 +0000 (09:03 -0700)
bootstrap.py

index 0f6aa59..cff10ba 100755 (executable)
@@ -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())