Skip to content
Snippets Groups Projects
Commit 3b4b50bf authored by vjpai's avatar vjpai
Browse files

Remove unused struct

parent 246d8530
No related branches found
No related tags found
No related merge requests found
...@@ -65,12 +65,6 @@ ...@@ -65,12 +65,6 @@
- status/close recv (depending on client/server) */ - status/close recv (depending on client/server) */
#define MAX_CONCURRENT_BATCHES 6 #define MAX_CONCURRENT_BATCHES 6
typedef struct {
grpc_ioreq_completion_func on_complete;
void *user_data;
int success;
} completed_request;
#define MAX_SEND_EXTRA_METADATA_COUNT 3 #define MAX_SEND_EXTRA_METADATA_COUNT 3
/* Status data for a request can come from several sources; this /* Status data for a request can come from several sources; this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment