From: Chad Horohoe Date: Wed, 18 Mar 2015 23:32:10 +0000 (-0700) Subject: Remove unused global define RLH_FOR_UPDATE X-Git-Tag: 1.31.0-rc.0~12051^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=37974f2be385a0d191c80753d578f5bbd4f24dde;p=lhc%2Fweb%2Fwiklou.git Remove unused global define RLH_FOR_UPDATE Change-Id: I8f6df920e70ae1d94e6d9fe32cbaf468d31ffdc0 --- diff --git a/includes/Defines.php b/includes/Defines.php index 8456c5dd6a..8610b8a958 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -245,11 +245,6 @@ define( 'SFH_NO_HASH', 1 ); define( 'SFH_OBJECT_ARGS', 2 ); /**@}*/ -/** - * Flags for Parser::replaceLinkHolders - */ -define( 'RLH_FOR_UPDATE', 1 ); - /**@{ * Autopromote conditions (must be here and not in Autopromote.php, so that * they're loaded for DefaultSettings.php before AutoLoader.php)