Browse Source

remove unused code

svn:r3629
Roger Dingledine 20 years ago
parent
commit
797419a62c
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/or/circuitbuild.c

+ 0 - 3
src/or/circuitbuild.c

@@ -478,7 +478,6 @@ int circuit_extend(cell_t *cell, circuit_t *circ) {
   relay_header_t rh;
   char *onionskin;
   char *id_digest=NULL;
-  routerinfo_t *router;
 
   if (circ->n_conn) {
     log_fn(LOG_WARN,"n_conn already set. Bug/attack. Closing.");
@@ -508,8 +507,6 @@ int circuit_extend(cell_t *cell, circuit_t *circ) {
     log_fn(LOG_INFO,"Next router (%s:%d) not connected. Connecting.",
            inet_ntoa(in), circ->n_port);
 
-    router = router_get_by_digest(id_digest);
-
     memcpy(circ->onionskin, onionskin, ONIONSKIN_CHALLENGE_LEN);
     circ->state = CIRCUIT_STATE_OR_WAIT;