Kill deprecated function. Marked as such for ~30k revs and no callers
[lhc/web/wiklou.git] / includes / db / Database.php
index 444c558..79cd8ba 100644 (file)
@@ -54,14 +54,6 @@ abstract class DatabaseBase {
                return wfSetVar( $this->mFailFunction, $function );
        }
 
-       /**
-        * Output page, used for reporting errors
-        * FALSE means discard output
-        */
-       function setOutputPage( $out ) {
-               wfDeprecated( __METHOD__ );
-       }
-
        /**
         * Boolean, controls output of large amounts of debug information
         */