Explorar el Código

Fix warning

svn:r2046
Nick Mathewson hace 22 años
padre
commit
c458f33ef1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/or/test.c

+ 1 - 1
src/or/test.c

@@ -661,7 +661,7 @@ test_dir_format()
   routerinfo_t *rp1 = NULL, *rp2 = NULL;
   struct exit_policy_t ex1, ex2;
   routerlist_t *dir1 = NULL, *dir2 = NULL;
-  tor_version_t ver1, ver2;
+  tor_version_t ver1;
 
   test_assert( (pk1 = crypto_new_pk_env()) );
   test_assert( (pk2 = crypto_new_pk_env()) );