From 796d0a22fccc6a3617b59018a95ce512a0126731 Mon Sep 17 00:00:00 2001 From: vjpai Date: Tue, 8 Sep 2015 09:47:00 -0700 Subject: [PATCH] Removing some unused vestiges --- src/core/surface/call.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/core/surface/call.c b/src/core/surface/call.c index a8b4d65fbc0..6ece56371b4 100644 --- a/src/core/surface/call.c +++ b/src/core/surface/call.c @@ -61,18 +61,6 @@ - status/close recv (depending on client/server) */ #define MAX_CONCURRENT_COMPLETIONS 6 -typedef enum { REQ_INITIAL = 0, REQ_READY, REQ_DONE } req_state; - -typedef enum { - SEND_NOTHING, - SEND_INITIAL_METADATA, - SEND_BUFFERED_INITIAL_METADATA, - SEND_MESSAGE, - SEND_BUFFERED_MESSAGE, - SEND_TRAILING_METADATA_AND_FINISH, - SEND_FINISH -} send_action; - typedef struct { grpc_ioreq_completion_func on_complete; void *user_data;