diff options
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c index a2d8079d9a..e1cd8afcd6 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -8,7 +8,6 @@ const char control_c_id[] = "$Id$"; * \brief Implementation for Tor's control-socket interface. **/ -#define NEW_LOG_INTERFACE #include "or.h" #define STATE_IS_OPEN(s) ((s) == CONTROL_CONN_STATE_OPEN_V0 || \ |