From 8664ca6463e8387b711f32fe283e0115e79c4c54 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 9 Sep 2015 12:30:59 -0700 Subject: Starting to convert code to work queues --- src/core/iomgr/iomgr_internal.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/iomgr/iomgr_internal.h') diff --git a/src/core/iomgr/iomgr_internal.h b/src/core/iomgr/iomgr_internal.h index 4cec973ba0..f266732c96 100644 --- a/src/core/iomgr/iomgr_internal.h +++ b/src/core/iomgr/iomgr_internal.h @@ -43,9 +43,6 @@ typedef struct grpc_iomgr_object { struct grpc_iomgr_object *prev; } grpc_iomgr_object; -int grpc_maybe_call_delayed_callbacks(gpr_mu *drop_mu, int success); -void grpc_iomgr_add_delayed_callback(grpc_iomgr_closure *iocb, int success); - void grpc_iomgr_register_object(grpc_iomgr_object *obj, const char *name); void grpc_iomgr_unregister_object(grpc_iomgr_object *obj); -- cgit v1.2.3