remove wrong comments from stats testing proto

This commit is contained in:
Menghan Li
2016-11-08 15:36:01 -08:00
parent 0b062e4d80
commit 11b929beff

View File

@ -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;
}