From: Magnus Hagander Date: Wed, 24 Sep 2008 09:00:44 +0000 (+0000) Subject: Silence compiler warning caused by recent collation patch. X-Git-Tag: recoveryinfrav9~615 X-Git-Url: http://git.postgresql.org/gitweb/irc:/static/gitweb.js?a=commitdiff_plain;h=8fb73b14375fa23609917eee367df38406de1154;p=users%2Fsimon%2Fpostgres.git Silence compiler warning caused by recent collation patch. --- diff --git a/src/bin/pg_resetxlog/pg_resetxlog.c b/src/bin/pg_resetxlog/pg_resetxlog.c index 22e9e7213f..871f2dcf52 100644 --- a/src/bin/pg_resetxlog/pg_resetxlog.c +++ b/src/bin/pg_resetxlog/pg_resetxlog.c @@ -442,7 +442,6 @@ GuessControlValues(void) { uint64 sysidentifier; struct timeval tv; - char *localeptr; /* * Set up a completely default set of pg_control values.