[grpc] Remove PingLayerData from gRPC compat test

PingLayerData was used in the old Bond Comm compat test, but is not
needed for the gRPC compat test.
This commit is contained in:
Christopher Warrington 2017-09-29 11:25:24 -07:00 коммит произвёл Chad Walters
Родитель 554125145d
Коммит ab4d029ca8
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -28,11 +28,6 @@ struct PingResponse
0: string Payload;
}
struct PingLayerData
{
0: int32 data;
}
service PingPong
{
PingResponse Ping(PingRequest);