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/circuituse.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/circuituse.c')
-rw-r--r-- | src/or/circuituse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c index 8c98d7e302..cff944a94a 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -10,7 +10,6 @@ const char circuituse_c_id[] = "$Id$"; * \brief Launch the right sort of circuits and attach streams to them. **/ -#define NEW_LOG_INTERFACE #include "or.h" /** Longest time to wait for a circuit before closing an AP connection */ |