aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/transport.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-11-27 21:45:11 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-11-27 21:45:11 -0800
commit50ec2670a45799b95f2910f26a5a9f79ab2e8404 (patch)
tree97991af0e6a88fe6e10bbccc9044df6b7ae499d4 /src/core/transport/transport.h
parent12ad5d6cd69d657c082704637d9cb6886a05dd4b (diff)
Most of the way to auto-cleanup subchannels
Diffstat (limited to 'src/core/transport/transport.h')
-rw-r--r--src/core/transport/transport.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/transport/transport.h b/src/core/transport/transport.h
index 08f34ff0aa..4de72d7d75 100644
--- a/src/core/transport/transport.h
+++ b/src/core/transport/transport.h
@@ -50,8 +50,6 @@ typedef struct grpc_transport grpc_transport;
for a stream. */
typedef struct grpc_stream grpc_stream;
-#define GRPC_STREAM_REFCOUNT_DEBUG
-
typedef struct grpc_stream_refcount {
gpr_refcount refs;
grpc_closure destroy;