Skip to content

Commit 6ab714e

Browse files
committed
Cleanup UsePrivateMemory define.
1 parent 94cc3ab commit 6ab714e

File tree

1 file changed

+2
-10
lines changed
  • src/backend/storage/ipc

1 file changed

+2
-10
lines changed

src/backend/storage/ipc/ipc.c

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.23 1998/06/18 03:44:00 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.24 1998/06/18 03:56:08 momjian Exp $
1111
*
1212
* NOTES
1313
*
@@ -45,15 +45,7 @@
4545
#include <sys/ipc.h>
4646
#endif
4747

48-
#ifdef NOT_USED
49-
#if defined(bsd44)
50-
int UsePrivateMemory = 1;
51-
52-
#else
53-
int UsePrivateMemory = 0;
54-
55-
#endif
56-
#endif
48+
static int UsePrivateMemory = 0;
5749

5850
static void IpcMemoryDetach(int status, char *shmaddr);
5951

0 commit comments

Comments
 (0)