From fc3a6f4533149212264f74c3a6871a79dc7bbe65 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 13 Oct 2020 10:18:35 +0200 Subject: [PATCH] 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 --- src/syscall/syscall_linux_386.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/syscall/syscall_linux_386.go b/src/syscall/syscall_linux_386.go index 5076dd97ab9c93..54baff51278085 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"