| Index: third_party/protobuf/src/google/protobuf/util/internal/testdata/books.proto
|
| diff --git a/third_party/protobuf/src/google/protobuf/util/internal/testdata/books.proto b/third_party/protobuf/src/google/protobuf/util/internal/testdata/books.proto
|
| index 9fe4f7aa8cc029e01442d69d80e6e3210d809b15..1cbbba4781f04997e03cde5baeb18e38136dda08 100644
|
| --- a/third_party/protobuf/src/google/protobuf/util/internal/testdata/books.proto
|
| +++ b/third_party/protobuf/src/google/protobuf/util/internal/testdata/books.proto
|
| @@ -31,10 +31,6 @@
|
| // Author: sven@google.com (Sven Mawson)
|
| //
|
| // Sample protos for testing.
|
| -
|
| -// Some of the older enums don't use CAPITALS_WITH_UNDERSCORES for testing.
|
| -// LINT: LEGACY_NAMES
|
| -
|
| syntax = "proto2";
|
|
|
| package google.protobuf.testing;
|
| @@ -64,7 +60,6 @@ message Book {
|
| FICTION = 1;
|
| KIDS = 2;
|
| ACTION_AND_ADVENTURE = 3;
|
| - arts_and_photography = 4;
|
| }
|
| optional Type type = 11;
|
|
|
|
|