From e3b63c2d0156ba164525e8d180f0f4011be39e28 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 2 Jun 2015 16:29:27 -0700 Subject: [PATCH] Turn off debug --- src/core/iomgr/fd_posix.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/iomgr/fd_posix.h b/src/core/iomgr/fd_posix.h index ae85550abab..523d040d170 100644 --- a/src/core/iomgr/fd_posix.h +++ b/src/core/iomgr/fd_posix.h @@ -160,8 +160,6 @@ void grpc_fd_become_readable(grpc_fd *fd, int allow_synchronous_callback); void grpc_fd_become_writable(grpc_fd *fd, int allow_synchronous_callback); /* Reference counting for fds */ -#define GRPC_FD_REF_COUNT_DEBUG - #ifdef GRPC_FD_REF_COUNT_DEBUG void grpc_fd_ref(grpc_fd *fd, const char *reason, const char *file, int line); void grpc_fd_unref(grpc_fd *fd, const char *reason, const char *file, int line);