Remove unused symbols (#2287)

This commit is contained in:
dfawley
2018-09-05 12:29:02 -07:00
committed by GitHub
parent 90f728eaf7
commit 5fe10fccaf
14 changed files with 7 additions and 73 deletions

View File

@ -156,13 +156,11 @@ type callInfo struct {
compressorType string
failFast bool
stream *clientStream
traceInfo traceInfo // in trace.go
maxReceiveMessageSize *int
maxSendMessageSize *int
creds credentials.PerRPCCredentials
contentSubtype string
codec baseCodec
disableRetry bool
maxRetryRPCBufferSize int
}