mirror of
https://github.com/golang/go
synced 2024-11-08 01:56:14 -07:00
syscall: remove stray TODO comment
This was addressed by CL 2816 and the same comment was deleted from asm_linux_386.s. Change-Id: Icc797993161d67e7c4f4cdb11c2b96ac88e00dd9 Reviewed-on: https://go-review.googlesource.com/c/go/+/261458 Trust: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
e2931612b0
commit
fc3a6f4533
@ -2,9 +2,6 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// TODO(rsc): Rewrite all nn(SP) references into name+(nn-8)(FP)
|
|
||||||
// so that go vet can check that they are correct.
|
|
||||||
|
|
||||||
package syscall
|
package syscall
|
||||||
|
|
||||||
import "unsafe"
|
import "unsafe"
|
||||||
|
Loading…
Reference in New Issue
Block a user