Browse Source

remove useless code

Francois Perrad 9 years ago
parent
commit
9f8df116be
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/prngs/rng_get_bytes.c

+ 0 - 1
src/prngs/rng_get_bytes.c

@@ -80,7 +80,6 @@ static unsigned long rng_ansic(unsigned char *buf, unsigned long len,
        acc  = 0;
        bits = 8;
    }
-   acc = bits = a = b = 0;
    return l;
 }