ソースを参照

fix another compile warn

svn:r4516
Roger Dingledine 20 年 前
コミット
271d49958e
1 ファイル変更2 行追加0 行削除
  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) {