Remove ref for GRPC_ERROR_NONE

pull/19178/head
Karthik Ravi Shankar 6 years ago
parent 724565372f
commit fc002a4d02
  1. 2
      src/core/lib/surface/completion_queue.cc

@ -1356,7 +1356,7 @@ static void cq_finish_shutdown_callback(grpc_completion_queue* cq) {
GRPC_CLOSURE_CREATE( GRPC_CLOSURE_CREATE(
functor_callback, callback, functor_callback, callback,
grpc_core::Executor::Scheduler(grpc_core::ExecutorJobType::SHORT)), grpc_core::Executor::Scheduler(grpc_core::ExecutorJobType::SHORT)),
GRPC_ERROR_REF(GRPC_ERROR_NONE)); GRPC_ERROR_NONE);
} }
static void cq_shutdown_callback(grpc_completion_queue* cq) { static void cq_shutdown_callback(grpc_completion_queue* cq) {

Loading…
Cancel
Save