From: Bruce Momjian Date: Mon, 4 Oct 2004 15:09:27 +0000 (+0000) Subject: Comment out unused variable. X-Git-Tag: REL8_0_0BETA4~220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f95ff4b97894571809f7e2f7f636fc89475ad738;p=postgresql Comment out unused variable. --- diff --git a/src/port/crypt.c b/src/port/crypt.c index 10f63e7d20..0a1036f43e 100644 --- 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.