aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/ipc_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/port/ipc_test.c')
-rw-r--r--src/backend/port/ipc_test.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/port/ipc_test.c b/src/backend/port/ipc_test.c
index fef9f282f30..0b4097c82e0 100644
--- a/src/backend/port/ipc_test.c
+++ b/src/backend/port/ipc_test.c
@@ -21,7 +21,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/port/ipc_test.c,v 1.12 2003/12/12 18:45:09 petere Exp $
+ * $PostgreSQL: pgsql/src/backend/port/ipc_test.c,v 1.13 2004/05/28 05:12:55 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -46,8 +46,6 @@ volatile bool ImmediateInterruptOK = false;
volatile uint32 InterruptHoldoffCount = 0;
volatile uint32 CritSectionCount = 0;
-const bool ExecBackend = false;
-
bool IsUnderPostmaster = false;
int MaxBackends = 32;