summaryrefslogtreecommitdiff
path: root/cmd/cmd_sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cmd_sha1.c')
-rw-r--r--cmd/cmd_sha1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/cmd_sha1.c b/cmd/cmd_sha1.c
index 4472ed1..d7d06d5 100644
--- a/cmd/cmd_sha1.c
+++ b/cmd/cmd_sha1.c
@@ -4,8 +4,6 @@ void *cmd_sha1(void *data)
{
char *param = (char *)data;
char *ret = NULL;
- int fret=-1;
-
int i;
char hash_result[21];