cleanup: remove unused symbols (#2581)

This commit is contained in:
Doug Fawley
2019-01-17 10:14:45 -08:00
committed by GitHub
parent efaac52355
commit 9572bbe0f9
7 changed files with 2 additions and 16 deletions

View File

@ -40,7 +40,6 @@ var port = flag.Int("port", 50051, "the port to serve on")
const (
timestampFormat = time.StampNano
smallDuration = time.Second
streamingCount = 10
)

View File

@ -50,9 +50,6 @@ func (s *ecServer) BidirectionalStreamingEcho(ecpb.Echo_BidirectionalStreamingEc
return status.Errorf(codes.Unimplemented, "not implemented")
}
func startServer(addr string) {
}
func main() {
lis, err := net.Listen("tcp", addr)
if err != nil {