summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-04-13 23:01:10 +0000
committerRoger Dingledine <arma@torproject.org>2004-04-13 23:01:10 +0000
commitf07d880f3841dcf031a9d9eb350643121e214bef (patch)
treeaf0086588558e703fdf17f33b1df3ca7e49ef649
parent1d7979b4608623434bf84678b5622acdd8dcfefa (diff)
downloadtor-f07d880f3841dcf031a9d9eb350643121e214bef.tar.gz
tor-f07d880f3841dcf031a9d9eb350643121e214bef.zip
remove unused variable
svn:r1615
-rw-r--r--src/or/rendclient.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c
index 112dd8afdc..1beca22476 100644
--- a/src/or/rendclient.c
+++ b/src/or/rendclient.c
@@ -260,7 +260,6 @@ rend_client_rendezvous_acked(circuit_t *circ, const char *request, int request_l
int
rend_client_receive_rendezvous(circuit_t *circ, const char *request, int request_len)
{
- connection_t *apconn;
crypt_path_t *hop;
char keys[DIGEST_LEN+CPATH_KEY_MATERIAL_LEN];