Commit f95ff4b9 authored by Bruce Momjian's avatar Bruce Momjian

Comment out unused variable.

parent 9a31c9b7
...@@ -825,7 +825,7 @@ init_des() ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment