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

Unified Diff: tools/gn/pool.cc

Issue 2468633003: Allow inherited constructors and add a sample usage. (Closed)
Patch Set: Resync Created 4 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 | « tools/gn/pool.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/pool.cc
diff --git a/tools/gn/pool.cc b/tools/gn/pool.cc
index e4fc2062f19f2ef526e4f3c2336328c2ab4607d8..75a7504e06c548a6d7546c67c532970b0bd56e39 100644
--- a/tools/gn/pool.cc
+++ b/tools/gn/pool.cc
@@ -8,9 +8,6 @@
#include "base/logging.h"
-Pool::Pool(const Settings* settings, const Label& label)
- : Item(settings, label) {}
-
Pool::~Pool() {}
Pool* Pool::AsPool() {
« no previous file with comments | « tools/gn/pool.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698