Remove extraneous Finish in ExecCtx

pull/14076/head
Yash Tibrewal 7 years ago
parent 9a4c6b31e5
commit 9cd22deaef
  1. 4
      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);

Loading…
Cancel
Save