Commit c5d7a272 authored by Vadim B. Mikheev's avatar Vadim B. Mikheev

Get rid of unused variable 'address'.

parent 20858bdd
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment