diff options
Diffstat (limited to 'src/upstream.c')
-rw-r--r-- | src/upstream.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/upstream.c b/src/upstream.c index 115db5137..aaefd740f 100644 --- a/src/upstream.c +++ b/src/upstream.c @@ -25,11 +25,6 @@ #include "config.h" #include "upstream.h" -#ifdef WITH_DEBUG -# define msg_debug(args...) syslog(LOG_DEBUG, ##args) -#else -# define msg_debug(args...) do {} while(0) -#endif #ifdef _THREAD_SAFE pthread_rwlock_t upstream_mtx = PTHREAD_RWLOCK_INITIALIZER; @@ -510,7 +505,6 @@ get_upstream_by_hash_ketama (void *ups, size_t members, size_t msize, time_t now #undef U_LOCK #undef U_UNLOCK -#undef msg_debug /* * vi:ts=4 */ |