From 32c3b2d5931a32aaad9476fa21cf22844e4602bc Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Mon, 30 Apr 2018 16:32:55 -0700 Subject: [PATCH] Remove unnecessary exec ctx flush --- src/core/lib/iomgr/fork_posix.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/lib/iomgr/fork_posix.cc b/src/core/lib/iomgr/fork_posix.cc index f8645ab157e..6c506eb5c98 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(); } }