瀏覽代碼

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) {