summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/build_tools/build_projects.py
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk/src/build_tools/build_projects.py')
-rwxr-xr-xnative_client_sdk/src/build_tools/build_projects.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/native_client_sdk/src/build_tools/build_projects.py b/native_client_sdk/src/build_tools/build_projects.py
index 7f8daa9..8ca133d 100755
--- a/native_client_sdk/src/build_tools/build_projects.py
+++ b/native_client_sdk/src/build_tools/build_projects.py
@@ -216,9 +216,6 @@ def main(argv):
parser.add_option('-d', '--dest',
help='Select which build destinations (project types) are valid.',
action='append')
- parser.add_option('-p', '--project',
- help='Select which projects are valid.',
- action='append')
parser.add_option('-v', '--verbose', action='store_true')
# To setup bash completion for this command first install optcomplete
@@ -231,9 +228,6 @@ def main(argv):
pass
options, args = parser.parse_args(argv[1:])
- if options.project:
- parser.error('The -p/--project option is deprecated.\n'
- 'Just use positional paramaters instead.')
if 'NACL_SDK_ROOT' in os.environ:
# We don't want the currently configured NACL_SDK_ROOT to have any effect