Commit 6ab714e3 authored by Bruce Momjian's avatar Bruce Momjian

Cleanup UsePrivateMemory define.

parent 94cc3abe
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * 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 * NOTES
* *
...@@ -45,15 +45,7 @@ ...@@ -45,15 +45,7 @@
#include <sys/ipc.h> #include <sys/ipc.h>
#endif #endif
#ifdef NOT_USED static int UsePrivateMemory = 0;
#if defined(bsd44)
int UsePrivateMemory = 1;
#else
int UsePrivateMemory = 0;
#endif
#endif
static void IpcMemoryDetach(int status, char *shmaddr); static void IpcMemoryDetach(int status, char *shmaddr);
......
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