Commit f98e2b83 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

remove unused variable

parent 8b4cc657
...@@ -61,7 +61,6 @@ srandomdev(void) ...@@ -61,7 +61,6 @@ srandomdev(void)
{ {
struct timeval tv; struct timeval tv;
unsigned long seed; unsigned long seed;
int fd;
if (trydev("/dev/urandom", &seed)) { if (trydev("/dev/urandom", &seed)) {
if (trydev("/dev/random", &seed)) { if (trydev("/dev/random", &seed)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment