Index: build/toolchain/get_concurrent_links.py |
diff --git a/build/toolchain/get_concurrent_links.py b/build/toolchain/get_concurrent_links.py |
index 7765d9ecabe1bafed8bf682fb06c567c9e6ef8c3..dc998398aec6937737c7ecd27e521870064f318a 100644 |
--- a/build/toolchain/get_concurrent_links.py |
+++ b/build/toolchain/get_concurrent_links.py |
@@ -67,7 +67,7 @@ def main(): |
parser.add_option('--mem_per_link_gb', action="store", type="int", default=8) |
parser.add_option('--reserve_mem_gb', action="store", type="int", default=0) |
parser.disable_interspersed_args() |
- options, args = parser.parse_args() |
+ options, _ = parser.parse_args() |
print _GetDefaultConcurrentLinks(options.mem_per_link_gb, |
options.reserve_mem_gb) |