diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-06-06 04:51:30 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-06-06 04:51:30 +0000 |
commit | d3b140b0de1b5594603210f9a55a32fef4da80f7 (patch) | |
tree | 8a057be91b0c2d5d6a98af335546cc8ae6936a05 /src/or/or.h | |
parent | 1866ad3506a797ae7d5f06951818cf9e8b0c3822 (diff) | |
download | tor-d3b140b0de1b5594603210f9a55a32fef4da80f7.tar.gz tor-d3b140b0de1b5594603210f9a55a32fef4da80f7.zip |
r13275@catbus: nickm | 2007-06-05 19:11:05 -0400
Apply my sekrit "unused macro detector" script to hunt down some macros we didnt use.
svn:r10510
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/or/or.h b/src/or/or.h index 6c073d6ee1..36bc9f21fd 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -250,14 +250,6 @@ typedef enum { /** State for any listener connection. */ #define LISTENER_STATE_READY 0 -#define _DNSWORKER_STATE_MIN 1 -/** State for a connection to a dnsworker process that's idle. */ -#define DNSWORKER_STATE_IDLE 1 -/** State for a connection to a dnsworker process that's resolving a - * hostname. */ -#define DNSWORKER_STATE_BUSY 2 -#define _DNSWORKER_STATE_MAX 2 - #define _CPUWORKER_STATE_MIN 1 /** State for a connection to a cpuworker process that's idle. */ #define CPUWORKER_STATE_IDLE 1 |