| Index: tools/gn/target_generator.h
|
| diff --git a/tools/gn/target_generator.h b/tools/gn/target_generator.h
|
| index 83e3af1d9f0bb34c76ee81be05d1895406e14b6a..1fd055b100736113a2996dd9412132841e263a5a 100644
|
| --- a/tools/gn/target_generator.h
|
| +++ b/tools/gn/target_generator.h
|
| @@ -77,8 +77,6 @@ class TargetGenerator {
|
| UniqueVector<LabelConfigPair>* dest);
|
| bool FillGenericDeps(const char* var_name, LabelTargetVector* dest);
|
|
|
| - bool FillForwardDependentConfigs();
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(TargetGenerator);
|
| };
|
|
|
|
|