aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2014-12-07 17:51:12 +0000
committerAlex Kozlov <ak@FreeBSD.org>2014-12-07 17:51:12 +0000
commit76d714945f8a4866b6a1c7e0ceeea445be474007 (patch)
tree13fb226ed879ca871c46e8e27ed2e8090660067a /Tools
parent882614b808ef28b9cbc9b9f49da66343bd6776f2 (diff)
downloadports-76d714945f8a4866b6a1c7e0ceeea445be474007.tar.gz
ports-76d714945f8a4866b6a1c7e0ceeea445be474007.zip
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/MOVEDlint.awk10
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)
}