mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 00:10:07 -05:00
Comment out unused variable.
This commit is contained in:
parent
9a31c9b7b8
commit
f95ff4b978
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user