mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Comment out unused variable.
This commit is contained in:
parent
9a31c9b7b8
commit
f95ff4b978
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user