diff options
author | ak <ak@FreeBSD.org> | 2014-12-08 01:51:12 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-12-08 01:51:12 +0800 |
commit | de0d020c19ba5a5cffa23c2c8a94044392f5c242 (patch) | |
tree | 13fb226ed879ca871c46e8e27ed2e8090660067a /Tools/scripts | |
parent | f8e867fc83388d53ae21456266df578eb08756a2 (diff) | |
download | freebsd-ports-gnome-de0d020c19ba5a5cffa23c2c8a94044392f5c242.tar.gz freebsd-ports-gnome-de0d020c19ba5a5cffa23c2c8a94044392f5c242.tar.zst freebsd-ports-gnome-de0d020c19ba5a5cffa23c2c8a94044392f5c242.zip |
- Remove vestiges of cvs annotate support
Diffstat (limited to 'Tools/scripts')
-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) } |