From: Domas Mituzas Date: Wed, 3 Aug 2011 08:00:23 +0000 (+0000) Subject: removing a comment that doesn't make any sense after r91441 refactoring :-) X-Git-Tag: 1.31.0-rc.0~28465 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=746e21e146b41d215c7194bc11634f8b2b0dcb22;p=lhc%2Fweb%2Fwiklou.git removing a comment that doesn't make any sense after r91441 refactoring :-) --- 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 */ }