diff options
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 6db4b5237a..bb2ca80af8 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -11,7 +11,6 @@ #include "tree.h" extern or_options_t options; /* command-line and config-file options */ -extern char *conn_state_to_string[][_CONN_TYPE_MAX+1]; /* from connection.c */ static struct exit_policy_t *socks_policy = NULL; |