[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r17755: {tor} Remove bogus extern declaration for unused (and nonexistant) (tor/trunk/src/or)



Author: nickm
Date: 2008-12-23 12:56:39 -0500 (Tue, 23 Dec 2008)
New Revision: 17755

Modified:
   tor/trunk/src/or/test.c
Log:
Remove bogus extern declaration for unused (and nonexistant) field from test.c

Modified: tor/trunk/src/or/test.c
===================================================================
--- tor/trunk/src/or/test.c	2008-12-23 17:56:31 UTC (rev 17754)
+++ tor/trunk/src/or/test.c	2008-12-23 17:56:39 UTC (rev 17755)
@@ -2798,9 +2798,6 @@
     crypto_free_pk_env(pk);
 }
 
-/* DOCDOC fingerprint_list */
-extern smartlist_t *fingerprint_list;
-
 /** Run unit tests for router descriptor generation logic. */
 static void
 test_dir_format(void)