Removed DEBUG statements.
git-svn-id: svn://10.0.0.236/trunk@115449 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
63eb66a2a3
commit
289a9859cd
@ -49,7 +49,6 @@ while(<>)
|
||||
|
||||
# See if the previous heap ended with a free block
|
||||
if ($prevFree) {
|
||||
printf "DEBUG: before END heap : $prevFree\n";
|
||||
$freeAtEndBytes += $prevFree;
|
||||
$freeAtEndCount++;
|
||||
}
|
||||
@ -63,7 +62,6 @@ while(<>)
|
||||
|
||||
# See if the previous heap ended with a free block
|
||||
if ($prevFree) {
|
||||
printf "DEBUG: before REGION : $prevFree\n";
|
||||
$freeAtEndBytes += $prevFree;
|
||||
$freeAtEndCount++;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user