Skip to content

Commit 0b93772

Browse files
committed
Removed comment proven to be wrong + non-altering code
1 parent 10178e5 commit 0b93772

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libs/output_data.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
if (defined('HHVM_VERSION')) {
66
$real_usage = true;
77
}
8-
// On PHP 7.0, using $real_usage = true ends up always returning 2097152 bytes
9-
if (PHP_MAJOR_VERSION === 7) {
10-
$real_usage = false;
11-
}
128
return sprintf(
139
"\n%' 8d:%f:%d",
1410
memory_get_peak_usage($real_usage), // Using $real_usage due to

0 commit comments

Comments
 (0)