X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regcomp.pl;h=3ba699b0b66343a57cc7b76f101990422569bf5b;hb=b79e0b55ef5115cd52e297916c79b760512d400a;hp=700268d83d9cb3e5dd9a19903674e66942bc03aa;hpb=24b23f37fefbcc71a881f6805d87449a234dc645;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regcomp.pl b/regcomp.pl index 700268d..3ba699b 100644 --- a/regcomp.pl +++ b/regcomp.pl @@ -55,12 +55,9 @@ while () { } } -my ($width,$rwidth,$twidth)=(0,0,0); -for (1..@name) { - $width=length($name[$_]) if $name[$_] and $width