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

Unified Diff: tools/gn/target.cc

Issue 60803004: mac: Turn on -Wunused-functions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gn Created 7 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/target.cc
diff --git a/tools/gn/target.cc b/tools/gn/target.cc
index b12d284e957880ab33a2266b868fa358c6b60160..635c50eac1ea223a543e67b219d895264bd45ddd 100644
--- a/tools/gn/target.cc
+++ b/tools/gn/target.cc
@@ -12,11 +12,6 @@ namespace {
typedef std::set<const Config*> ConfigSet;
-void TargetResolvedThunk(const base::Callback<void(const Target*)>& cb,
- const Target* t) {
- cb.Run(t);
-}
-
// Merges the dependent configs from the given target to the given config list.
// The unique_configs list is used for de-duping so values already added will
// not be added again.
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698