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/circuitlist.c | |
parent | d7e136240a59f75985b1b752b07564150ea1acb4 (diff) | |
download | tor-5d85560d9e23147f85847f69a6255edfb432f565.tar.gz tor-5d85560d9e23147f85847f69a6255edfb432f565.zip |
Remove last vestiges of old logging interface.
svn:r5317
Diffstat (limited to 'src/or/circuitlist.c')
-rw-r--r-- | src/or/circuitlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index 1996cccced..abe083d313 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -10,7 +10,6 @@ const char circuitlist_c_id[] = "$Id$"; * \brief Manage the global circuit list. **/ -#define NEW_LOG_INTERFACE #include "or.h" /* Define RB_AUGMENT to avoid warnings about if statements with emtpy bodies. |