From 9cd22deaef7e168c96cfee64a3bc3e25725fad67 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Thu, 18 Jan 2018 14:56:45 -0800 Subject: [PATCH] Remove extraneous Finish in ExecCtx --- src/core/lib/iomgr/exec_ctx.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/lib/iomgr/exec_ctx.h b/src/core/lib/iomgr/exec_ctx.h index 5c6007c3c70..2e71482fb70 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);