Fixed some doxygen warnings
[lhc/web/wiklou.git] / includes / QueryPage.php
index 619c101..a0971fc 100644 (file)
@@ -228,8 +228,6 @@ class QueryPage {
                        return false;
                }
 
-               $querycache = $dbr->tableName( 'querycache' );
-
                if ( $ignoreErrors ) {
                        $ignoreW = $dbw->ignoreErrors( true );
                        $ignoreR = $dbr->ignoreErrors( true );