diff --git a/stats/grpc_testing/test.proto b/stats/grpc_testing/test.proto index df271e9d..54e6f744 100644 --- a/stats/grpc_testing/test.proto +++ b/stats/grpc_testing/test.proto @@ -2,12 +2,10 @@ syntax = "proto3"; package grpc.testing; -// Unary request. message SimpleRequest { int32 id = 2; } -// Unary response, as configured by the request. message SimpleResponse { int32 id = 3; }