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

Unified Diff: tools/gn/value.h

Issue 445393004: GN: Remove Value::RecursivelySetOrigin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | tools/gn/value.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/value.h
diff --git a/tools/gn/value.h b/tools/gn/value.h
index 87a294112ca753e7521916544877931f8877f3a6..00e1f7abf4ec0822e80810fadf4b2b553ce93842 100644
--- a/tools/gn/value.h
+++ b/tools/gn/value.h
@@ -55,10 +55,6 @@ class Value {
const ParseNode* origin() const { return origin_; }
void set_origin(const ParseNode* o) { origin_ = o; }
- // Sets the origin of this value, recursively going into list child
- // values and also setting their origins.
- void RecursivelySetOrigin(const ParseNode* o);
-
bool& boolean_value() {
DCHECK(type_ == BOOLEAN);
return boolean_value_;
« no previous file with comments | « no previous file | tools/gn/value.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698