jenkins-bot has submitted this change and it was merged.

Change subject: Removed unused const QoS_Atomic constant (odd casing)
......................................................................


Removed unused const QoS_Atomic constant (odd casing)

Change-Id: I2b03ad1700e3a1184f7209394096cde61d23c6a5
---
M includes/job/JobQueue.php
1 file changed, 0 insertions(+), 1 deletion(-)

Approvals:
  BryanDavis: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/job/JobQueue.php b/includes/job/JobQueue.php
index 10f2c97..6556ee8 100644
--- a/includes/job/JobQueue.php
+++ b/includes/job/JobQueue.php
@@ -40,7 +40,6 @@
        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)
 

-- 
To view, visit https://gerrit.wikimedia.org/r/90463
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2b03ad1700e3a1184f7209394096cde61d23c6a5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to