Explorar el Código

remove useless code

Francois Perrad hace 9 años
padre
commit
9f8df116be
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;
 }