mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Remove unused variable. (Hey Peter, you use gcc, why didn't you
notice this warning?)
This commit is contained in:
parent
1b67fe17b8
commit
6ac19b165d
@ -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];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user