aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/grpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc/grpc.h')
-rw-r--r--include/grpc/grpc.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/grpc/grpc.h b/include/grpc/grpc.h
index 5874710bd4..0e4711fa1f 100644
--- a/include/grpc/grpc.h
+++ b/include/grpc/grpc.h
@@ -127,14 +127,8 @@ typedef enum {
NON_POLLING
} grpc_cq_polling_type;
-/** Create a completion queue.
-
- WARNING: This API is deprecated and will soon be deleted and replaced with
- completion_queue_create_ex() */
-GRPCAPI grpc_completion_queue *grpc_completion_queue_create(void *reserved);
-
/** Create a completion queue */
-GRPCAPI grpc_completion_queue *grpc_completion_queue_create_ex(
+GRPCAPI grpc_completion_queue *grpc_completion_queue_create(
grpc_cq_completion_type completion_type, grpc_cq_polling_type polling_type,
void *reserved);