| Index: mojo/public/tools/bindings/generators/go_templates/enum.tmpl
|
| diff --git a/mojo/public/tools/bindings/generators/go_templates/enum.tmpl b/mojo/public/tools/bindings/generators/go_templates/enum.tmpl
|
| index 47047579c98a63722ca2cb7a888ed4f16add42ff..b25b68f55e38f2d5138a7a432af06558cbf49707 100644
|
| --- a/mojo/public/tools/bindings/generators/go_templates/enum.tmpl
|
| +++ b/mojo/public/tools/bindings/generators/go_templates/enum.tmpl
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -{% import "mojom_type_macros.tmpl" as mojom_type_macros %}
|
| -
|
| {% macro define(enum, typepkg, package) %}
|
| type {{enum|name}} int32
|
|
|
| @@ -19,6 +17,4 @@ const (
|
| {% endfor %}
|
| )
|
|
|
| -{{ mojom_type_macros.writeMojomTypeDef(typepkg, enum, package, exported) }}
|
| -
|
| {% endmacro %}
|
|
|