From: Tobias Klauser Date: Tue, 13 Oct 2020 08:18:35 +0000 (+0200) Subject: syscall: remove stray TODO comment X-Git-Tag: go1.16beta1~742 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fc3a6f4533149212264f74c3a6871a79dc7bbe65;p=gostls13.git 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 Run-TryBot: Tobias Klauser TryBot-Result: Go Bot Reviewed-by: Ian Lance Taylor --- diff --git a/src/syscall/syscall_linux_386.go b/src/syscall/syscall_linux_386.go index 5076dd97ab..54baff5127 100644 --- a/src/syscall/syscall_linux_386.go +++ b/src/syscall/syscall_linux_386.go @@ -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"