diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index b0c8fa6de0..4024c18c9c 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -913,7 +913,6 @@ int dns_resolve(connection_t *exitconn); int connection_add(connection_t *conn); int connection_remove(connection_t *conn); -void connection_set_poll_socket(connection_t *conn); void get_connection_array(connection_t ***array, int *n); |