From: Aaron Schulz Date: Fri, 18 Oct 2013 00:41:32 +0000 (-0700) Subject: Removed unused const QoS_Atomic constant (odd casing) X-Git-Tag: 1.31.0-rc.0~18478^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=62df4cb3efa7923ff341f5f6d1fd83ae4e39daa0;p=lhc%2Fweb%2Fwiklou.git Removed unused const QoS_Atomic constant (odd casing) Change-Id: I2b03ad1700e3a1184f7209394096cde61d23c6a5 --- 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)