[tor/master] Remove an unused variable in test_replaycache_scrub

16 Jul
2013
16 Jul
'13
1:54 p.m.
commit 74356aaeec95e88e863de23b2bebdd4d02d57189 Author: Nick Mathewson <nickm@torproject.org> Date: Tue Jul 16 09:53:44 2013 -0400 Remove an unused variable in test_replaycache_scrub --- src/test/test_replay.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/test_replay.c b/src/test/test_replay.c index 9230081..200bf4d 100644 --- a/src/test/test_replay.c +++ b/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);
4380
Age (days ago)
4380
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org