summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2004-10-04 15:09:27 +0000
committerBruce Momjian2004-10-04 15:09:27 +0000
commitf95ff4b97894571809f7e2f7f636fc89475ad738 (patch)
treeeb74c22ae92c32582e3bfcbaaf4e9f17c4f82cb2
parent9a31c9b7b82fe54a65f7a87507c22bfeb8da3562 (diff)
Comment out unused variable.
-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.