clear dead code
This commit is contained in:
@ -464,9 +464,6 @@ func StreamErrorf(c codes.Code, format string, a ...interface{}) StreamError {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ErrDone indicates
|
|
||||||
//var ErrDone = StreamErrorf(codes.Internal, "rpc is done")
|
|
||||||
|
|
||||||
// ConnectionErrorf creates an ConnectionError with the specified error description.
|
// ConnectionErrorf creates an ConnectionError with the specified error description.
|
||||||
func ConnectionErrorf(format string, a ...interface{}) ConnectionError {
|
func ConnectionErrorf(format string, a ...interface{}) ConnectionError {
|
||||||
return ConnectionError{
|
return ConnectionError{
|
||||||
|
Reference in New Issue
Block a user