mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
20cfa4a568
commit
55e790a160
8 changed files with 11 additions and 22 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue