This error checking condition is now meaningless.
This commit is contained in:
parent
167d8c9520
commit
8f5c3b8d1f
1 changed files with 0 additions and 1 deletions
|
@ -117,7 +117,6 @@ foreach my $size (sort { $a cmp $b } keys %lines) {
|
||||||
print LABELS $lines{$size}{labels};
|
print LABELS $lines{$size}{labels};
|
||||||
delete $lines{$size}{labels};
|
delete $lines{$size}{labels};
|
||||||
}
|
}
|
||||||
die "error: parallel hashes had different keys?" unless scalar(keys %{$lines{$size}{labels}}) <= 0;
|
|
||||||
|
|
||||||
print LIST "\n\n", '\end{tabular}',"\n";
|
print LIST "\n\n", '\end{tabular}',"\n";
|
||||||
print LIST "FINAL INVENTORY EXPECTED\n\\begin{tabular}{|l|l|} \\hline\n";
|
print LIST "FINAL INVENTORY EXPECTED\n\\begin{tabular}{|l|l|} \\hline\n";
|
||||||
|
|
Loading…
Reference in a new issue