mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Remove an unused variable in test_replaycache_scrub
This commit is contained in:
parent
e5d3efd892
commit
74356aaeec
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user