clean up some BUG/TODO in go code

R=r
DELTA=23  (1 added, 12 deleted, 10 changed)
OCL=30957
CL=30980
This commit is contained in:
Russ Cox 2009-07-01 07:32:04 -07:00
parent 20cfa4a568
commit 55e790a160
8 changed files with 11 additions and 22 deletions

View file

@ -346,7 +346,6 @@ L: for j < IPv6len {
if p4 == nil {
return nil
}
// BUG: p[j:j+4] = p4
p[j] = p4[12];
p[j+1] = p4[13];
p[j+2] = p4[14];