diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-12-07 17:51:12 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-12-07 17:51:12 +0000 |
commit | 76d714945f8a4866b6a1c7e0ceeea445be474007 (patch) | |
tree | 13fb226ed879ca871c46e8e27ed2e8090660067a /Tools | |
parent | 882614b808ef28b9cbc9b9f49da66343bd6776f2 (diff) | |
download | ports-76d714945f8a4866b6a1c7e0ceeea445be474007.tar.gz ports-76d714945f8a4866b6a1c7e0ceeea445be474007.zip |
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/MOVEDlint.awk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Tools/scripts/MOVEDlint.awk b/Tools/scripts/MOVEDlint.awk index 20f6dbd55ca7..431e4342dcd5 100755 --- a/Tools/scripts/MOVEDlint.awk +++ b/Tools/scripts/MOVEDlint.awk @@ -102,15 +102,5 @@ END { error[missing[port]] = 1 } - if (annotate) { - line = 1 - while (annotate | getline) { - if (error[line]) - printf "%5d\n%5d! %s\n", line, line, $0 | sort - line++ - } - close(annotate) - } - close(sort) } |