aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-01-13 12:27:06 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-01-13 12:27:06 -0800
commitbf2659f0b6f00a91913f74f6add78055c1dfb5f9 (patch)
treeceb9f7aaa5529cddcf16f9cb9b582f87573dda02 /test/cpp/qps
parent856e372c04621de2ea846f174138df556d8272fc (diff)
Fix qps test.
This was failing to compile.
Diffstat (limited to 'test/cpp/qps')
-rw-r--r--test/cpp/qps/qpstest.proto4
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;