Browse Source

Remove an unused variable in test_replaycache_scrub

Nick Mathewson 10 years ago
parent
commit
74356aaeec
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/test/test_replay.c

+ 0 - 1
src/test/test_replay.c

@@ -208,7 +208,6 @@ test_replaycache_scrub(void)
 {
   replaycache_t *r = NULL;
   int result;
-  char digest[DIGEST_LEN];
 
   r = replaycache_new(600, 300);
   test_assert(r != NULL);