Index: third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom |
diff --git a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom |
index 700481c76b6adbaf827d88b76185c282ccb3675f..aad7c8d57d695bf852e1d956ea7c956093e7d0aa 100644 |
--- a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom |
+++ b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom |
@@ -9,15 +9,6 @@ import "sample_import.mojom"; |
import "sample_import2.mojom"; |
const uint8 kTwelve = 12; |
-const uint64 kTooBigForSignedInt64 = 9999999999999999999; |
- |
-const double kDoubleInfinity = double.INFINITY; |
-const double kDoubleNegativeInfinity = double.NEGATIVE_INFINITY; |
-const double kDoubleNaN = double.NAN; |
- |
-const float kFloatInfinity = float.INFINITY; |
-const float kFloatNegativeInfinity = float.NEGATIVE_INFINITY; |
-const float kFloatNaN = float.NAN; |
struct Bar { |
enum Type { |
@@ -32,7 +23,6 @@ struct Bar { |
Type type@3 = sample.Bar.Type.VERTICAL; |
}; |
-[RequiredFields=7] |
struct Foo { |
const string kFooby = "Fooby"; |
string name@8 = kFooby; |