aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/exec_ctx.h
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-01-18 14:56:45 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2018-01-18 14:56:45 -0800
commit9cd22deaef7e168c96cfee64a3bc3e25725fad67 (patch)
tree76574ccdfa6ba75d484fe2afc831adf483aafff6 /src/core/lib/iomgr/exec_ctx.h
parent9a4c6b31e5165a03401b84b2601ac2b0c32ef5dc (diff)
Remove extraneous Finish in ExecCtx
Diffstat (limited to 'src/core/lib/iomgr/exec_ctx.h')
-rw-r--r--src/core/lib/iomgr/exec_ctx.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/lib/iomgr/exec_ctx.h b/src/core/lib/iomgr/exec_ctx.h
index 5c6007c3c7..2e71482fb7 100644
--- a/src/core/lib/iomgr/exec_ctx.h
+++ b/src/core/lib/iomgr/exec_ctx.h
@@ -158,10 +158,6 @@ on outside context */
now_is_valid_ = true;
}
- /** Finish any pending work for a grpc_exec_ctx. Must be called before
- * the instance is destroyed, or work may be lost. */
- void Finish();
-
/** Global initialization for ExecCtx. Called by iomgr */
static void GlobalInit(void);