| Index: tools/gn/target.h
|
| diff --git a/tools/gn/target.h b/tools/gn/target.h
|
| index 495a9c15ec922dfd65875aadca40d62c66e5db26..bd84ec3732ffa654fc008e1ebbf1645cb5ba4caa 100644
|
| --- a/tools/gn/target.h
|
| +++ b/tools/gn/target.h
|
| @@ -313,7 +313,6 @@ class Target : public Item {
|
|
|
| // Pulls necessary information from dependencies to this one when all
|
| // dependencies have been resolved.
|
| - void PullDependentTargetConfigsFrom(const Target* dep);
|
| void PullDependentTargetConfigs();
|
| void PullDependentTargetLibsFrom(const Target* dep, bool is_public);
|
| void PullDependentTargetLibs();
|
|
|