diff mbox

[gccgo] Minor import cleanup

Message ID mcrmxtnkgk1.fsf@google.com
State New
Headers show

Commit Message

Ian Lance Taylor July 19, 2010, 8:43 a.m. UTC
This patch from Vinu Rajashekhar fixes a unneeded import.  Committed to
gccgo branch.

Ian
diff mbox

Patch

diff -r 37f5c891bd08 libgo/go/net/fd_rtems.go
--- a/libgo/go/net/fd_rtems.go	Mon Jul 19 01:39:54 2010 -0700
+++ b/libgo/go/net/fd_rtems.go	Mon Jul 19 01:41:37 2010 -0700
@@ -9,7 +9,6 @@ 
 import (
 	"os"
 	"syscall"
-	//"fmt"
 )
 
 type pollster struct {