Index: trunk/phase3/includes/Setup.php |
— | — | @@ -166,7 +166,6 @@ |
167 | 167 | require_once( "$IP/includes/ProxyTools.php" ); |
168 | 168 | require_once( "$IP/includes/ObjectCache.php" ); |
169 | 169 | require_once( "$IP/includes/ImageFunctions.php" ); |
170 | | -require_once( "$IP/includes/StubObject.php" ); |
171 | 170 | wfProfileOut( $fname.'-includes' ); |
172 | 171 | wfProfileIn( $fname.'-misc1' ); |
173 | 172 | |