From 2da7054afaeb62259b1cc931cdaca533392f2c77 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 13 Oct 2020 10:22:16 +0200 Subject: [PATCH] unix: remove stray TODO comment This was addressed by CL 2816 for package syscall and the same comment was deleted from asm_linux_386.s. Same as CL 261458 for package syscall. Change-Id: Ib5d86dbafb6766f9d8d523c6035e1f095f18e6ed Reviewed-on: https://go-review.googlesource.com/c/sys/+/261460 Trust: Tobias Klauser Run-TryBot: Tobias Klauser TryBot-Result: Go Bot Reviewed-by: Brad Fitzpatrick --- unix/syscall_linux_386.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/unix/syscall_linux_386.go b/unix/syscall_linux_386.go index 048d18e3..c97c2ee5 100644 --- a/unix/syscall_linux_386.go +++ b/unix/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. - // +build 386,linux package unix