From f95ff4b97894571809f7e2f7f636fc89475ad738 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 4 Oct 2004 15:09:27 +0000 Subject: [PATCH] Comment out unused variable. --- src/port/crypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- GitLab