From: Evan Martin Date: Fri, 3 May 2013 20:16:55 +0000 (-0700) Subject: delete obsolete todo X-Git-Tag: v1.3.0~1^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fdb3f677e9ed815733661389de6bd7967565a889;p=platform%2Fupstream%2Fninja.git delete obsolete todo --- 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())