]> granicus.if.org Git - postgresql/commitdiff
Comment out unused variable.
authorBruce Momjian <bruce@momjian.us>
Mon, 4 Oct 2004 15:09:27 +0000 (15:09 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 4 Oct 2004 15:09:27 +0000 (15:09 +0000)
src/port/crypt.c

index 10f63e7d2033fba33bf259456832b05da834e180..0a1036f43e37c37c626003623ecb61a34032f19a 100644 (file)
@@ -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.