From 62df4cb3efa7923ff341f5f6d1fd83ae4e39daa0 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 17 Oct 2013 17:41:32 -0700 Subject: [PATCH] Removed unused const QoS_Atomic constant (odd casing) Change-Id: I2b03ad1700e3a1184f7209394096cde61d23c6a5 --- includes/job/JobQueue.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/job/JobQueue.php b/includes/job/JobQueue.php index 10f2c971c4..6556ee85c7 100644 --- a/includes/job/JobQueue.php +++ b/includes/job/JobQueue.php @@ -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) -- 2.20.1