mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Comment out unused variable.
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user