aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/call.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-01 10:03:50 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-01 10:03:50 -0700
commit740aac1a4bb10d58cf7ca411e5a1205e5b0f339f (patch)
treec26d028ca6aebf7e305ee983abbd23662f1562bf /src/core/surface/call.h
parentb9a46ae5d7044c6b436a33341135ead3f6fd7779 (diff)
Fix an lb_policy leak
Diffstat (limited to 'src/core/surface/call.h')
-rw-r--r--src/core/surface/call.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/surface/call.h b/src/core/surface/call.h
index 8fa411048b..fb3662b50d 100644
--- a/src/core/surface/call.h
+++ b/src/core/surface/call.h
@@ -94,8 +94,6 @@ grpc_call *grpc_call_create(grpc_channel *channel, grpc_completion_queue *cq,
void grpc_call_set_completion_queue(grpc_call *call, grpc_completion_queue *cq);
grpc_completion_queue *grpc_call_get_completion_queue(grpc_call *call);
-#define GRPC_CALL_REF_COUNT_DEBUG
-
#ifdef GRPC_CALL_REF_COUNT_DEBUG
void grpc_call_internal_ref(grpc_call *call, const char *reason);
void grpc_call_internal_unref(grpc_call *call, const char *reason,