Index: tools/gn/target.h |
diff --git a/tools/gn/target.h b/tools/gn/target.h |
index 081f81ee2c64ab7712ed3c71da1898edf8fc0a78..6c3ba6584d79832df8d4a509c2bf9d6c0d10a692 100644 |
--- a/tools/gn/target.h |
+++ b/tools/gn/target.h |
@@ -257,7 +257,6 @@ class Target : public Item { |
// Validates the given thing when a target is resolved. |
bool CheckVisibility(Err* err) const; |
bool CheckTestonly(Err* err) const; |
- bool CheckNoNestedStaticLibs(Err* err) const; |
OutputType output_type_; |
std::string output_name_; |