Silence compiler warning caused by recent collation patch.
authorMagnus Hagander <magnus@hagander.net>
Wed, 24 Sep 2008 09:00:44 +0000 (09:00 +0000)
committerMagnus Hagander <magnus@hagander.net>
Wed, 24 Sep 2008 09:00:44 +0000 (09:00 +0000)
src/bin/pg_resetxlog/pg_resetxlog.c

index c2db7bd9668c66ee257d5b3de70d4aeafdde5fd8..314038920ab5f90b832dae88dcb758aa5c3e3353 100644 (file)
@@ -23,7 +23,7 @@
  * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.67 2008/09/24 08:59:42 mha Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.68 2008/09/24 09:00:44 mha Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -442,7 +442,6 @@ GuessControlValues(void)
 {
    uint64      sysidentifier;
    struct timeval tv;
-   char       *localeptr;
 
    /*
     * Set up a completely default set of pg_control values.