Revert the accidental change to make-tree.pl from revision 116abfbc71e5

This commit is contained in:
Benjamin Smedberg 2010-07-15 10:40:17 -04:00
parent 47921d0de5
commit 44dd3d0bc0

View File

@ -112,8 +112,6 @@ $imbalance{'.root'} = 'n/a';
# The main read loop.
$/ = '\r\n';
sub read_data($$$) {
my ($INFILE, $plus, $minus) = @_;
@ -191,6 +189,7 @@ sub read_data($$$) {
}
}
}
read_data(*STDIN, "AddRef", "Release");
if ($::opt_comptrs) {