| 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_;
|
|
|