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/rendmid.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/rendmid.c')
-rw-r--r-- | src/or/rendmid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/rendmid.c b/src/or/rendmid.c index fdd70bdc45..cc4ca60d25 100644 --- a/src/or/rendmid.c +++ b/src/or/rendmid.c @@ -8,7 +8,6 @@ const char rendmid_c_id[] = "$Id$"; * \brief Implement introductions points and rendezvous points. **/ -#define NEW_LOG_INTERFACE #include "or.h" /** Respond to an ESTABLISH_INTRO cell by checking the signed data and |