Comment out unused variable.

This commit is contained in:
Bruce Momjian 2004-10-04 15:09:27 +00:00
parent 9a31c9b7b8
commit f95ff4b978

View File

@ -825,7 +825,7 @@ init_des()
int tableno; int tableno;
static unsigned char perm[64], static unsigned char perm[64],
tmp32[32]; /* "static" for speed */ 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. * table that converts chars "./0-9A-Za-z"to integers 0-63.