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