aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-05-04 11:52:37 -0700
committerGravatar GitHub <noreply@github.com>2018-05-04 11:52:37 -0700
commitd5f659a2d265931f86aef3c92ad7a977c3bae8a5 (patch)
treea7489f2388e276b95c3376bb5dae6e724ee1c28e /src
parent0b1d8cec815a3d6a48c90084260cece97e946119 (diff)
parent32c3b2d5931a32aaad9476fa21cf22844e4602bc (diff)
Merge pull request #15235 from yashykt/remflush
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();
}
}