Remove various unused variables
[lhc/web/wiklou.git] / includes / api / ApiParse.php
index 1b2efa5..9de5a02 100644 (file)
@@ -714,7 +714,6 @@ class ApiParse extends ApiBase {
 
        private function formatLimitReportData( $limitReportData ) {
                $result = array();
-               $apiResult = $this->getResult();
 
                foreach ( $limitReportData as $name => $value ) {
                        $entry = array();