| Index: mojo/public/tools/bindings/generators/cpp_templates/enum_traits.tmpl
|
| diff --git a/mojo/public/tools/bindings/generators/cpp_templates/enum_traits.tmpl b/mojo/public/tools/bindings/generators/cpp_templates/enum_traits.tmpl
|
| deleted file mode 100644
|
| index 309683932102a413f030d865c422dea1c7a41b8f..0000000000000000000000000000000000000000
|
| --- a/mojo/public/tools/bindings/generators/cpp_templates/enum_traits.tmpl
|
| +++ /dev/null
|
| @@ -1,5 +0,0 @@
|
| -template <> struct TypeTraits<{% for namespace in namespaces_as_array -%}
|
| -{{namespace}}::{% endfor %}{{enum.name}}> {
|
| - static const bool kIsHandle = false;
|
| - static const bool kIsObject = false;
|
| -};
|
|
|