diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-06-15 18:34:46 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-06-15 18:34:46 +0000 |
commit | d4972bd2e1e2fe8fb9b9b747d60fc725d9c28dea (patch) | |
tree | bae2bf4932e5b397dcd291642f86141873947874 /src/or/or.h | |
parent | e8331f9d7d051c301069b645e6dbe7eb4897fa88 (diff) | |
download | tor-d4972bd2e1e2fe8fb9b9b747d60fc725d9c28dea.tar tor-d4972bd2e1e2fe8fb9b9b747d60fc725d9c28dea.tar.gz |
Remove code that has been #if-0ed for a long time.
svn:r4435
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/or.h b/src/or/or.h index da422075f..650484b21 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -251,10 +251,6 @@ typedef enum { /** State for an exit connection: waiting to be removed. */ #define EXIT_CONN_STATE_RESOLVEFAILED 4 #define _EXIT_CONN_STATE_MAX 4 -#if 0 -#define EXIT_CONN_STATE_CLOSE 3 /* flushing the buffer, then will close */ -#define EXIT_CONN_STATE_CLOSE_WAIT 4 /* have sent a destroy, awaiting a confirmation */ -#endif /* the AP state values must be disjoint from the EXIT state values */ #define _AP_CONN_STATE_MIN 5 |