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/rendcommon.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/rendcommon.c')
-rw-r--r-- | src/or/rendcommon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c index 3703e5c975..784a56a3dd 100644 --- a/src/or/rendcommon.c +++ b/src/or/rendcommon.c @@ -9,7 +9,6 @@ const char rendcommon_c_id[] = "$Id$"; * introducers, services, clients, and rendezvous points. **/ -#define NEW_LOG_INTERFACE #include "or.h" /** Return 0 if one and two are the same service ids, else -1 or 1 */ |