diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-10-25 18:01:01 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-10-25 18:01:01 +0000 |
commit | 5d85560d9e23147f85847f69a6255edfb432f565 (patch) | |
tree | d45c170eefd08fd50cbe65d58746288a310cd66b /src/or/main.c | |
parent | d7e136240a59f75985b1b752b07564150ea1acb4 (diff) | |
download | tor-5d85560d9e23147f85847f69a6255edfb432f565.tar tor-5d85560d9e23147f85847f69a6255edfb432f565.tar.gz |
Remove last vestiges of old logging interface.
svn:r5317
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 9966a825a..7e155d145 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -11,7 +11,6 @@ const char main_c_id[] = "$Id$"; * connections, implements main loop, and drives scheduled events. **/ -#define NEW_LOG_INTERFACE #include "or.h" #ifdef USE_DMALLOC #include <dmalloc.h> |