delete vestigial references to package syscall

R=rsc
DELTA=8  (0 added, 5 deleted, 3 changed)
OCL=25857
CL=25861
This commit is contained in:
Rob Pike 2009-03-06 16:03:59 -08:00
parent 7bb335c7de
commit 99d00eae3c
7 changed files with 3 additions and 8 deletions

View file

@ -7,7 +7,6 @@ package utf8
import (
"fmt";
"io";
"syscall";
"testing";
"utf8";
)