diff options
Diffstat (limited to 'cmd/cmd_rand.c')
-rw-r--r-- | cmd/cmd_rand.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/cmd_rand.c b/cmd/cmd_rand.c index 58f2efe..d5f90e1 100644 --- a/cmd/cmd_rand.c +++ b/cmd/cmd_rand.c @@ -4,7 +4,6 @@ void *cmd_rand(void *data) { char *ret = NULL; - int fret=-1; const int buf_size = 128; char buf[buf_size+1]; |