diff options
author | David Garcia Quintas <dgq@google.com> | 2016-06-07 22:04:10 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-06-07 22:04:10 -0700 |
commit | 20d802db98fc8aba78169567415b003a85b55b84 (patch) | |
tree | f48cc17bcc9d4c486743bfb62181261b9f3a33c7 /test/cpp | |
parent | 126ae106d61ca7b8d28b7c9da86ecaf5f2034748 (diff) |
removed unused vble
Diffstat (limited to 'test/cpp')
-rw-r--r-- | test/cpp/interop/interop_client.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cpp/interop/interop_client.cc b/test/cpp/interop/interop_client.cc index 537fa317da..a0479e8f68 100644 --- a/test/cpp/interop/interop_client.cc +++ b/test/cpp/interop/interop_client.cc @@ -55,8 +55,6 @@ namespace grpc { namespace testing { -static const char* kRandomFile = "test/cpp/interop/rnd.dat"; - namespace { // The same value is defined by the Java client. const std::vector<int> request_stream_sizes = {27182, 8, 1828, 45904}; |