Fix unreachable macro

pull/4249/head
yang-g 9 years ago
parent e3c52e9d3c
commit 49209763a1
  1. 2
      src/core/surface/call.c

@ -912,7 +912,7 @@ static batch_control *allocate_batch_control(grpc_call *call) {
return &call->active_batches[i];
}
}
GPR_UNREACHABLE_CODE(return NULL);
return NULL;
}
static void finish_batch_completion(grpc_exec_ctx *exec_ctx, void *user_data,

Loading…
Cancel
Save