diff options
author | Craig Tiller <ctiller@google.com> | 2015-01-13 12:27:06 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-01-13 12:27:06 -0800 |
commit | bf2659f0b6f00a91913f74f6add78055c1dfb5f9 (patch) | |
tree | ceb9f7aaa5529cddcf16f9cb9b582f87573dda02 /test/cpp | |
parent | 856e372c04621de2ea846f174138df556d8272fc (diff) |
Fix qps test.
This was failing to compile.
Diffstat (limited to 'test/cpp')
-rw-r--r-- | test/cpp/qps/qpstest.proto | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/cpp/qps/qpstest.proto b/test/cpp/qps/qpstest.proto index cd7a5174ed..8acbe19b19 100644 --- a/test/cpp/qps/qpstest.proto +++ b/test/cpp/qps/qpstest.proto @@ -4,10 +4,6 @@ syntax = "proto2"; package grpc.testing; -option java_api_version = 2; -option cc_api_version = 2; -option java_package = "com.google.net.stubby.testing.integration"; - enum PayloadType { // Compressable text format. COMPRESSABLE= 1; |