diff options
author | tnn <tnn@pkgsrc.org> | 2010-03-11 16:31:43 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-03-11 16:31:43 +0000 |
commit | b9162338c210e86fc092286e141c8a0e62dd1be2 (patch) | |
tree | a7182a65eda2a3278fec751e907fd5e81d3d0a10 /pkgtools/pbulk | |
parent | b706145239de221e2643bad82ac0496e1d14f2f5 (diff) | |
download | pkgsrc-b9162338c210e86fc092286e141c8a0e62dd1be2.tar.gz |
remove unused leftover
Diffstat (limited to 'pkgtools/pbulk')
-rwxr-xr-x | pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk b/pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk index 6b77bc0e613..e28b7351487 100755 --- a/pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk +++ b/pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk @@ -1,5 +1,5 @@ #!@AWK@ -f -# $NetBSD: create-report-html.awk,v 1.13 2010/03/11 16:31:11 tnn Exp $ +# $NetBSD: create-report-html.awk,v 1.14 2010/03/11 16:31:43 tnn Exp $ # # Copyright (c) 2007, 2008 Joerg Sonnenberger <joerg@NetBSD.org>. # All rights reserved. @@ -57,7 +57,6 @@ function print_pre_fail_reason(PKGNAME, chars, in_quote, in_sep, i) { split(pre_fail_reason[PKGNAME], chars, "") in_quote = 0 in_sep = 0 - len = 0 for (i = 1; i < length(pre_fail_reason[PKGNAME]); ++i) { if (chars[i] == "\"") { in_quote = 1 - in_quote |