Browse Source

fix another compile warn

svn:r4516
Roger Dingledine 20 years ago
parent
commit
271d49958e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/or/circuitlist.c

+ 2 - 0
src/or/circuitlist.c

@@ -385,7 +385,9 @@ circuit_t *
 circuit_get_by_edge_conn(connection_t *conn)
 {
   circuit_t *circ;
+#if 0
   connection_t *tmpconn;
+#endif
   tor_assert(CONN_IS_EDGE(conn));
 
   if (! conn->on_circuit) {