aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-04-30 16:32:55 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-05-03 18:48:30 -0700
commit32c3b2d5931a32aaad9476fa21cf22844e4602bc (patch)
tree5900b4f04c7feb2527b77a204693686996495495 /src
parent6a14efc0236d8ff723c662305b5e7dac7f0cf491 (diff)
Remove unnecessary exec ctx flush
Diffstat (limited to 'src')
-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();
}
}