Remove hphpc support and deprecate related functions
[lhc/web/wiklou.git] / includes / profiler / Profiler.php
index c77fef5..6f112ae 100644 (file)
@@ -623,7 +623,7 @@ class Profiler {
         * @param string $s to output
         */
        function debug( $s ) {
-               if ( defined( 'MW_COMPILED' ) || function_exists( 'wfDebug' ) ) {
+               if ( function_exists( 'wfDebug' ) ) {
                        wfDebug( $s );
                }
        }