| Index: third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.h b/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.h
|
| index 33c025476ae4baf9ce50de12e2ddc9da32a6a06f..ede2fd80e63202971e75af80d8766b4b803a6e39 100644
|
| --- a/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.h
|
| +++ b/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.h
|
| @@ -105,11 +105,8 @@ class ServiceGenerator {
|
| void GenerateStubMethods(io::Printer* printer);
|
|
|
| const ServiceDescriptor* descriptor_;
|
| - std::map<string, string> vars_;
|
| + map<string, string> vars_;
|
|
|
| - int index_in_metadata_;
|
| -
|
| - friend class FileGenerator;
|
| GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ServiceGenerator);
|
| };
|
|
|
|
|