diff options
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 bc5e21d08f..ce617ccda3 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -7,8 +7,6 @@ #include "orconfig.h" -#define SEQUENTIAL_ACI - #include <stdio.h> #include <stdlib.h> #include <limits.h> @@ -291,10 +289,8 @@ struct connection_t { /* Used only by OR connections: */ tor_tls *tls; -#ifdef SEQUENTIAL_ACI uint16_t next_aci; /* Which ACI do we try to use next on this connection? * This is always in the range 0..1<<15-1.*/ -#endif /* Used only by edge connections: */ char stream_id[STREAM_ID_SIZE]; |