diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-01 15:47:46 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-01 15:49:51 -0500 |
commit | b034d07acdec08ed536f66d491397b0f31ac5e1d (patch) | |
tree | 6afa28838281b537474b712dcf2f6d16a24b3b60 /src/common/torlog.h | |
parent | a141430ec3f344d4f021f614942ff5b769b8c900 (diff) | |
download | tor-b034d07acdec08ed536f66d491397b0f31ac5e1d.tar.gz tor-b034d07acdec08ed536f66d491397b0f31ac5e1d.zip |
Remove old wrapper code and defines for keeping log() and log(3) apart
This is the non-automated portion of bug 7599.
Diffstat (limited to 'src/common/torlog.h')
-rw-r--r-- | src/common/torlog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/torlog.h b/src/common/torlog.h index b487e0e692..23ee597a4e 100644 --- a/src/common/torlog.h +++ b/src/common/torlog.h @@ -153,7 +153,6 @@ void set_log_time_granularity(int granularity_msec); void tor_log(int severity, log_domain_mask_t domain, const char *format, ...) CHECK_PRINTF(3,4); -#define log tor_log /* hack it so we don't conflict with tor_log() as much */ #if defined(__GNUC__) || defined(RUNNING_DOXYGEN) extern int log_global_min_severity_; |