Remove unnecessary exec ctx flush

pull/15235/head
Yash Tibrewal 7 years ago
parent 6a14efc023
commit 32c3b2d593
  1. 1
      src/core/lib/iomgr/fork_posix.cc

@ -74,7 +74,6 @@ void grpc_postfork_child() {
grpc_timer_manager_set_threading(true);
grpc_core::ExecCtx exec_ctx;
grpc_executor_set_threading(true);
grpc_core::ExecCtx::Get()->Flush();
}
}

Loading…
Cancel
Save