]> Cypherpunks.ru repositories - gostls13.git/commitdiff
syscall: remove stray TODO comment
authorTobias Klauser <tklauser@distanz.ch>
Tue, 13 Oct 2020 08:18:35 +0000 (10:18 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 14 Oct 2020 08:05:58 +0000 (08:05 +0000)
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>
src/syscall/syscall_linux_386.go

index 5076dd97ab9c934b41c896ff28703bf94964ee06..54baff512780854550d16b27903eb5c40d6ae6cf 100644 (file)
@@ -2,9 +2,6 @@
 // Use of this source code is governed by a BSD-style
 // 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
 
 import "unsafe"