Chromium Code Reviews| Index: tools/gn/functions.h |
| diff --git a/tools/gn/functions.h b/tools/gn/functions.h |
| index f9c867d8093cc8c64eb5eff36f1e4791a59d03a8..262fc60480258193d0e217f822d09d11fb0cbf36 100644 |
| --- a/tools/gn/functions.h |
| +++ b/tools/gn/functions.h |
| @@ -435,14 +435,6 @@ Label MakeLabelForScope(const Scope* scope, |
| // there is already another non-nestable block on the stack. |
| class NonNestableBlock { |
| public: |
| - enum Type { |
|
Bons
2015/09/26 11:13:34
yay dead code removal!
|
| - CONFIG, |
| - DECLARE_ARGS, |
| - TARGET, |
| - TEMPLATE, |
| - TOOLCHAIN, |
| - }; |
| - |
| // type_description is a string that will be used in error messages |
| // describing the type of the block, for example, "template" or "config". |
| NonNestableBlock(Scope* scope, |