remove line

This commit is contained in:
Miek Gieben 2013-03-04 10:05:47 +01:00
parent ff062b8157
commit 88c149cdb4
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ func parseZoneHelper(r io.Reader, origin, file string, chansize int) chan Token
t := make(chan Token, chansize)
go parseZone(r, origin, file, t, 0)
return t
}
func parseZone(r io.Reader, origin, f string, t chan Token, include int) {