From 5255e01af75234721312bf05508a366280254bed Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Fri, 19 Oct 2018 11:42:26 -0400 Subject: [PATCH] Remove mention of $wgHTCPMulticastRouting, not present since MW 1.24 Change-Id: I04ba9761e98ac4cf177cd2581f0304206cd4365c --- includes/DefaultSettings.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 15d2627214..ec44242ba8 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2896,11 +2896,6 @@ $wgSquidPurgeUseHostHeader = true; * @endcode * * @since 1.22 - * - * $wgHTCPRouting replaces $wgHTCPMulticastRouting that was introduced in 1.20. - * For back compatibility purposes, whenever its array is empty - * $wgHTCPMutlicastRouting will be used as a fallback if it not null. - * * @see $wgHTCPMulticastTTL */ $wgHTCPRouting = []; -- 2.20.1