Forráskód Böngészése

fix another compile warn

svn:r4516
Roger Dingledine 20 éve
szülő
commit
271d49958e
1 módosított fájl, 2 hozzáadás és 0 törlés
  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) {