Преглед на файлове

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

svn:r8241
Roger Dingledine преди 19 години
родител
ревизия
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