diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-14 15:33:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-14 15:33:39 -0400 |
commit | df2b46d18c4a3d6e5eb364f80111ef6c7811383c (patch) | |
tree | 09c76b34511cddf664c2139b4477a3945ee443b1 /src/core | |
parent | 2dccef0eb490fa7d8fabc0d93e37d6635910f174 (diff) | |
download | tor-df2b46d18c4a3d6e5eb364f80111ef6c7811383c.tar.gz tor-df2b46d18c4a3d6e5eb364f80111ef6c7811383c.zip |
Remove a double-newline and improve a comment
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/or/connection_edge.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/or/connection_edge.h b/src/core/or/connection_edge.h index 6472de008c..55b90d3eae 100644 --- a/src/core/or/connection_edge.h +++ b/src/core/or/connection_edge.h @@ -265,7 +265,6 @@ STATIC int connection_ap_process_http_connect(entry_connection_t *conn); STATIC void export_hs_client_circuit_id(edge_connection_t *edge_conn, hs_circuit_id_protocol_t protocol); - struct half_edge_t; STATIC void connection_half_edge_add(const edge_connection_t *conn, origin_circuit_t *circ); |