- Remove vestiges of cvs annotate support
This commit is contained in:
parent
882614b808
commit
76d714945f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374220
1 changed files with 0 additions and 10 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue