- Remove vestiges of cvs annotate support

This commit is contained in:
Alex Kozlov 2014-12-07 17:51:12 +00:00
parent 882614b808
commit 76d714945f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374220

View file

@ -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)
}