aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-07-03 03:27:31 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-07-03 03:27:31 +0000
commit6ac19b165db4fe8e52873031bef497c69207b45d (patch)
tree83c087da733f090cdbb138231bbcf4a97d5f9a8e /src/backend/utils/init/postinit.c
parent1b67fe17b89380d2ffb74e850e7b38737bde6c76 (diff)
downloadpostgresql-6ac19b165db4fe8e52873031bef497c69207b45d.tar.gz
postgresql-6ac19b165db4fe8e52873031bef497c69207b45d.zip
Remove unused variable. (Hey Peter, you use gcc, why didn't you
notice this warning?)
Diffstat (limited to 'src/backend/utils/init/postinit.c')
-rw-r--r--src/backend/utils/init/postinit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/utils/init/postinit.c b/src/backend/utils/init/postinit.c
index 813eb131174..0d5d070c8db 100644
--- a/src/backend/utils/init/postinit.c
+++ b/src/backend/utils/init/postinit.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.61 2000/07/02 15:20:56 petere Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.62 2000/07/03 03:27:31 tgl Exp $
*
*
*-------------------------------------------------------------------------
@@ -257,7 +257,6 @@ InitPostgres(const char *dbname)
}
else
{
- char *reason;
char *fullpath,
datpath[MAXPGPATH];