瀏覽代碼

comment out an unused variable; nick, feel free to excise it further.

svn:r8241
Roger Dingledine 18 年之前
父節點
當前提交
e17276b2f1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/eventdns.c

+ 1 - 1
src/or/eventdns.c

@@ -891,7 +891,7 @@ reply_parse(u8 *packet, int length) {
 	// <label:name><u16:type><u16:class><u32:ttl><u16:len><data...>
 	for (i = 0; i < answers; ++i) {
 		u16 type, class;
-                int pre = j;
+                //int pre = j;
 
 		// XXX I'd be more comfortable if we actually checked the name
 		// here. -NM