Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2948)

Unified Diff: build/download_toolchains.py

Issue 11412233: Remove unused --save-downloads-dir option from download_toolchains.py (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/download_toolchains.py
diff --git a/build/download_toolchains.py b/build/download_toolchains.py
index fe8a0fb0c8354961061c0c6693dfed97f9d48b90..1bec9caf179364466fc10a2a470d201985765d2a 100755
--- a/build/download_toolchains.py
+++ b/build/download_toolchains.py
@@ -316,10 +316,6 @@ def ParseArgs(args):
action='append_const', const=toolchainbinaries.IsNotNaClNewlibFlavor,
help='download only the non-pnacl newlib toolchain')
parser.add_option(
- '--save-downloads-dir', dest='save_downloads_dir',
- default=None,
- help='(optional) preserve the toolchain archives to this dir')
- parser.add_option(
'--no-pnacl', dest='filter_out_predicates', action='append_const',
const=toolchainbinaries.IsPnaclFlavor,
help='Filter out PNaCl toolchains.')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698