| Index: mojo/public/interfaces/bindings/tests/test_structs.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/test_structs.mojom b/mojo/public/interfaces/bindings/tests/test_structs.mojom
|
| index b62df5b1f5c972aaea0097ea17771d15ff0a7521..49b4fe8dfa9922fcba4c6aa095d682b3e98c707a 100644
|
| --- a/mojo/public/interfaces/bindings/tests/test_structs.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/test_structs.mojom
|
| @@ -97,7 +97,6 @@ struct ScopedConstants {
|
| E3 = E2,
|
| E4,
|
| };
|
| - const int32 TEN_TOO = EType.E2;
|
| EType f0 = E0; // 0
|
| EType f1 = E1; // 1
|
| EType f2 = E2; // 10
|
|
|