Skip to content

Commit

Permalink
Remove unused variables from copy/pasted RNG code
Browse files Browse the repository at this point in the history
  • Loading branch information
spinda committed Apr 5, 2019
1 parent a9c3cab commit e4d9b3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions impl/random.h
Expand Up @@ -80,8 +80,6 @@ hydro_random_init(void)
const char ctx[hydro_hash_CONTEXTBYTES] = { 'h', 'y', 'd', 'r', 'o', 'P', 'R', 'G' };
hydro_hash_state st;
uint16_t ebits = 0;
uint16_t tc;
bool a, b;

hydro_hash_init(&st, ctx, NULL);

Expand Down

0 comments on commit e4d9b3a

Please sign in to comment.