aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-09-16 11:02:57 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-09-16 11:02:57 -0700
commit64b357ce8ffac125c21981dfdb795502562a263a (patch)
tree8387351613ecb2a2f79a608f5f265fd8d5ccc577 /src/core
parent34619572cbe159e4eeddfd6800b2d313e6b3583b (diff)
parent15f87616859ba34756251556ec17d1734ea4b5b7 (diff)
Merge pull request #3351 from ctiller/no-trace
Disable refcount tracing
Diffstat (limited to 'src/core')
-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))