]> granicus.if.org Git - postgresql/commitdiff
Get rid of unused variable 'address'.
authorVadim B. Mikheev <vadim4o@yahoo.com>
Tue, 18 Nov 1997 07:58:10 +0000 (07:58 +0000)
committerVadim B. Mikheev <vadim4o@yahoo.com>
Tue, 18 Nov 1997 07:58:10 +0000 (07:58 +0000)
src/backend/utils/init/postinit.c

index beec5b96fee39e53762d96a28143dc215777911f..a013ea6440c744d3755aa488dc0dd2b43ea3f8d1 100644 (file)
@@ -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");