Index: tools/gn/scope.h |
diff --git a/tools/gn/scope.h b/tools/gn/scope.h |
index 0d1c156f31b312cefc344e0e2a46d2185231e3d5..d4a35fff9b6380c888594b33931cf48b73cdcafd 100644 |
--- a/tools/gn/scope.h |
+++ b/tools/gn/scope.h |
@@ -165,8 +165,7 @@ class Scope { |
} |
// Indicates if we're currently processing the build configuration file. |
- // This is true when processing the config file for any toolchain. See also |
- // *ProcessingDefaultBuildConfig() below. |
+ // This is true when processing the config file for any toolchain. |
// |
// To set or clear the flag, it must currently be in the opposite state in |
// the current scope. Note that querying the state of the flag recursively |
@@ -176,12 +175,6 @@ class Scope { |
void ClearProcessingBuildConfig(); |
bool IsProcessingBuildConfig() const; |
- // Indicates we're currently processing the default toolchain's build |
- // configuration file. |
- void SetProcessingDefaultBuildConfig(); |
- void ClearProcessingDefaultBuildConfig(); |
- bool IsProcessingDefaultBuildConfig() const; |
- |
// Indicates if we're currently processing an import file. |
// |
// See SetProcessingBaseConfig for how flags work. |