aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-16 10:53:48 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-16 10:53:48 -0700
commit15f87616859ba34756251556ec17d1734ea4b5b7 (patch)
tree35fcb45944bb95d29befb9fb505ab38cba8b4516 /src
parent9ed4be48955e3b65b0540f70060b7191d8c1eef1 (diff)
Disable refcount tracing
Diffstat (limited to 'src')
-rw-r--r--src/core/client_config/subchannel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/client_config/subchannel.h b/src/core/client_config/subchannel.h
index 29a0b67d2d..2e36c69134 100644
--- a/src/core/client_config/subchannel.h
+++ b/src/core/client_config/subchannel.h
@@ -43,7 +43,6 @@ typedef struct grpc_subchannel grpc_subchannel;
typedef struct grpc_subchannel_call grpc_subchannel_call;
typedef struct grpc_subchannel_args grpc_subchannel_args;
-#define GRPC_SUBCHANNEL_REFCOUNT_DEBUG
#ifdef GRPC_SUBCHANNEL_REFCOUNT_DEBUG
#define GRPC_SUBCHANNEL_REF(p, r) \
grpc_subchannel_ref((p), __FILE__, __LINE__, (r))