Removed unused const QoS_Atomic constant (odd casing)
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 18 Oct 2013 00:41:32 +0000 (17:41 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 18 Oct 2013 00:41:32 +0000 (17:41 -0700)
Change-Id: I2b03ad1700e3a1184f7209394096cde61d23c6a5

includes/job/JobQueue.php

index 10f2c97..6556ee8 100644 (file)
@@ -40,7 +40,6 @@ abstract class JobQueue {
        protected $dupCache;
 
        const QOS_ATOMIC = 1; // integer; "all-or-nothing" job insertions
-       const QoS_Atomic = 1; // integer; "all-or-nothing" job insertions (b/c)
 
        const ROOTJOB_TTL = 2419200; // integer; seconds to remember root jobs (28 days)