From b49bf8c9227cd0744e9cf51e79e2a921c09a2483 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 14 Jan 2008 11:58:40 +0000 Subject: removed $MainMsgQueueImmediateShutdown config directive and handling, this has been superseeded by the Timeout params. Backward compatibility is no concern, no version with that directive was ever released. --- queue.c | 1 - 1 file changed, 1 deletion(-) (limited to 'queue.c') diff --git a/queue.c b/queue.c index 1b90151b..7851bb56 100644 --- a/queue.c +++ b/queue.c @@ -1091,7 +1091,6 @@ finalize_it: } /* some simple object access methods */ -DEFpropSetMeth(queue, bImmediateShutdown, int); DEFpropSetMeth(queue, iPersistUpdCnt, int); DEFpropSetMeth(queue, toQShutdown, long); DEFpropSetMeth(queue, toActShutdown, long); -- cgit