* (bug 26484) add a lltitles param to prop=langlinks
[lhc/web/wiklou.git] / includes / ProfilerSimpleText.php
index caca94b..db4b605 100644 (file)
@@ -22,8 +22,6 @@ class ProfilerSimpleText extends ProfilerSimple {
        static private $out;
 
        function getFunctionReport() {
-               global $wgRequest, $wgOut;
-
                if($this->mTemplated) {
                        uasort($this->mCollated,array('self','sort'));
                        array_walk($this->mCollated,array('self','format'));