projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a31c9b
)
Comment out unused variable.
author
Bruce Momjian
Mon, 4 Oct 2004 15:09:27 +0000
(15:09 +0000)
committer
Bruce Momjian
Mon, 4 Oct 2004 15:09:27 +0000
(15:09 +0000)
src/port/crypt.c
patch
|
blob
|
blame
|
history
diff --git
a/src/port/crypt.c
b/src/port/crypt.c
index 10f63e7d2033fba33bf259456832b05da834e180..0a1036f43e37c37c626003623ecb61a34032f19a 100644
(file)
--- a/
src/port/crypt.c
+++ b/
src/port/crypt.c
@@
-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.