summaryrefslogtreecommitdiff
path: root/lib/iomanager.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/iomanager.php')
-rw-r--r--lib/iomanager.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/iomanager.php b/lib/iomanager.php
index f9d97d6a9..ee2ff958b 100644
--- a/lib/iomanager.php
+++ b/lib/iomanager.php
@@ -31,7 +31,6 @@
abstract class IoManager
{
- const GLOBAL_SINGLE_ONLY = -1;
const SINGLE_ONLY = 0;
const INSTANCE_PER_SITE = 1;
const INSTANCE_PER_PROCESS = 2;