summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2004-10-04 15:09:27 +0000
committerBruce Momjian2004-10-04 15:09:27 +0000
commita54389013903ee2c9cd2699fe452b0b5398f8683 (patch)
tree3ea67153637ac34f0e7fd91ccd65aec421eeedac
parentb541ba1911a69fa24b3b8d5754843ca04674bf81 (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 2195603ac4..2479edda83 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.