Remove unused global define RLH_FOR_UPDATE
authorChad Horohoe <chadh@wikimedia.org>
Wed, 18 Mar 2015 23:32:10 +0000 (16:32 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Wed, 18 Mar 2015 23:32:10 +0000 (16:32 -0700)
Change-Id: I8f6df920e70ae1d94e6d9fe32cbaf468d31ffdc0

includes/Defines.php

index 8456c5d..8610b8a 100644 (file)
@@ -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)