Skip to content
Snippets Groups Projects
Commit f02bada2 authored by Yuchen Zeng's avatar Yuchen Zeng
Browse files

remove defaut case in grpc_call_error_to_string

parent 2e7d957a
No related branches found
No related tags found
No related merge requests found
......@@ -1545,7 +1545,6 @@ const char *grpc_call_error_to_string(grpc_call_error error) {
return "GRPC_CALL_ERROR_TOO_MANY_OPERATIONS";
case GRPC_CALL_OK:
return "GRPC_CALL_OK";
default:
return "GRPC_CALL_ERROR_UNKNOW";
}
GPR_UNREACHABLE_CODE(return "GRPC_CALL_ERROR_UNKNOW");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment