mirror of
https://github.com/postgres/postgres.git
synced 2025-05-08 07:21:33 +03:00
Get rid of unused variable 'address'.
This commit is contained in:
parent
20858bdd96
commit
c5d7a27275
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.18 1997/11/17 03:47:31 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.19 1997/11/18 07:58:10 vadim Exp $
|
||||
*
|
||||
* NOTES
|
||||
* InitPostgres() is the function called from PostgresMain
|
||||
@ -316,8 +316,6 @@ InitCommunication()
|
||||
|
||||
if (PointerIsValid(postport))
|
||||
{
|
||||
SystemPortAddress address = atoi(postport);
|
||||
|
||||
if (MyBackendTag == -1)
|
||||
elog(FATAL, "InitCommunication: missing POSTID");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user