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

Unified Diff: tools/gn/toolchain.h

Issue 2211593002: Cleanup references to concurrent_links in gn binary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@concurrent_links
Patch Set: Fix unittests. Created 4 years, 4 months 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 | « tools/gn/ninja_build_writer_unittest.cc ('k') | tools/gn/toolchain.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/toolchain.h
diff --git a/tools/gn/toolchain.h b/tools/gn/toolchain.h
index 4ccfdc8c699bcde4e4fa58f5f2bc4bc10671b95f..7b61f349b9c6065b9e9f0ecd7fb9316e0a127e37 100644
--- a/tools/gn/toolchain.h
+++ b/tools/gn/toolchain.h
@@ -124,16 +124,9 @@ class Toolchain : public Item {
return substitution_bits_;
}
- void set_concurrent_links(int cl) { concurrent_links_ = cl; }
- int concurrent_links() const { return concurrent_links_; }
-
private:
std::unique_ptr<Tool> tools_[TYPE_NUMTYPES];
- // How many links to run in parallel. Only the default toolchain's version of
- // this variable applies.
- int concurrent_links_;
-
bool setup_complete_;
// Substitutions used by the tools in this toolchain.
« no previous file with comments | « tools/gn/ninja_build_writer_unittest.cc ('k') | tools/gn/toolchain.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698