diff --git a/src/backend/storage/ipc/ipc.c b/src/backend/storage/ipc/ipc.c
index cc414e664512e673489bfb19b817ce9a0d489411..d3e907b2c784594402b2025ee3bdba869918e30a 100644
--- a/src/backend/storage/ipc/ipc.c
+++ b/src/backend/storage/ipc/ipc.c
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *	  $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.23 1998/06/18 03:44:00 momjian Exp $
+ *	  $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.24 1998/06/18 03:56:08 momjian Exp $
  *
  * NOTES
  *
@@ -45,15 +45,7 @@
 #include <sys/ipc.h>
 #endif
 
-#ifdef NOT_USED
-#if defined(bsd44)
-int			UsePrivateMemory = 1;
-
-#else
-int			UsePrivateMemory = 0;
-
-#endif
-#endif
+static int			UsePrivateMemory = 0;
 
 static void IpcMemoryDetach(int status, char *shmaddr);