aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/port/crypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/crypt.c b/src/port/crypt.c
index 10f63e7d203..0a1036f43e3 100644
--- a/src/port/crypt.c
+++ b/src/port/crypt.c
@@ -825,7 +825,7 @@ init_des()
int tableno;
static unsigned char perm[64],
tmp32[32]; /* "static" for speed */
- static volatile long init_start = 0;
+/* static volatile long init_start = 0; not used */
/*
* table that converts chars "./0-9A-Za-z"to integers 0-63.