From 746e21e146b41d215c7194bc11634f8b2b0dcb22 Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Wed, 3 Aug 2011 08:00:23 +0000 Subject: [PATCH] removing a comment that doesn't make any sense after r91441 refactoring :-) --- includes/profiler/ProfilerSimpleText.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/profiler/ProfilerSimpleText.php b/includes/profiler/ProfilerSimpleText.php index ef9049faba..3621a41f68 100644 --- a/includes/profiler/ProfilerSimpleText.php +++ b/includes/profiler/ProfilerSimpleText.php @@ -41,7 +41,6 @@ class ProfilerSimpleText extends ProfilerSimple { } } - /* dense is good */ static function sort( $a, $b ) { return $a['real'] < $b['real']; /* sort descending by time elapsed */ } -- 2.20.1