]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix warning
authorNick Mathewson <nickm@torproject.org>
Thu, 15 Jul 2004 01:59:18 +0000 (01:59 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 15 Jul 2004 01:59:18 +0000 (01:59 +0000)
svn:r2046

src/or/test.c

index ef1e89c02abc7c54907bbf5d1766f3d61d9ff388..d92a459872b77690890621751f0931e5cd99c00d 100644 (file)
@@ -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()) );