Browse Source

Remove bogus extern declaration for unused (and nonexistant) field from test.c

svn:r17755
Nick Mathewson 15 years ago
parent
commit
e6bf9fdf94
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/or/test.c

+ 0 - 3
src/or/test.c

@@ -2798,9 +2798,6 @@ test_onion_handshake(void)
     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)