| Index: mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl
|
| diff --git a/mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl b/mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl
|
| index efb9db66fd98b1476533ee50a2f70e0175093ca8..c27708ffd6f48a0afa60f664d427b705bfa28864 100644
|
| --- a/mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl
|
| +++ b/mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl
|
| @@ -129,7 +129,6 @@ const {{constant.kind|cpp_pod_type}} {{struct.name}}::{{constant.name}} = {{cons
|
| {%- for struct in structs %}
|
| {%- if not struct|is_native_only_kind %}
|
| {%- include "wrapper_class_definition.tmpl" %}
|
| -{%- include "struct_data_view_definition.tmpl" %}
|
| {%- endif %}
|
| {%- endfor %}
|
|
|
|
|