aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/core/lib/iomgr/fork_posix.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/fork_posix.cc b/src/core/lib/iomgr/fork_posix.cc
index f8645ab157..6c506eb5c9 100644
--- a/src/core/lib/iomgr/fork_posix.cc
+++ b/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();
}
}