summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.h
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-08-17 23:27:02 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-08-17 23:49:39 +0200
commitd5c83f201441f2582dd074729d2ccdce90b1243e (patch)
tree7ba32ccadbfb2af6c79b6bf09b4f986ba614725a /src/or/connection_edge.h
parent5ffe105598135a92777d78cc82399fa281c52c5f (diff)
downloadtor-d5c83f201441f2582dd074729d2ccdce90b1243e.tar.gz
tor-d5c83f201441f2582dd074729d2ccdce90b1243e.zip
Remove unused function declarations
Also remove some #if 0'd code from the unit tests for buffers. The code was killed in e6794e58081af773073c266e23fe3ab2ebecdb7e (5 years ago), and is now broken anyways.
Diffstat (limited to 'src/or/connection_edge.h')
-rw-r--r--src/or/connection_edge.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/connection_edge.h b/src/or/connection_edge.h
index c3d6098c5a..d1bce48e8f 100644
--- a/src/or/connection_edge.h
+++ b/src/or/connection_edge.h
@@ -82,7 +82,6 @@ void addressmap_get_mappings(smartlist_t *sl, time_t min_expires,
int connection_ap_handshake_rewrite_and_attach(edge_connection_t *conn,
origin_circuit_t *circ,
crypt_path_t *cpath);
-int hostname_is_noconnect_address(const char *address);
/** Possible return values for parse_extended_hostname. */
typedef enum hostname_type_t {