From patchwork Mon Jul 19 08:43:26 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [gccgo] Minor import cleanup From: Ian Taylor X-Patchwork-Id: 59183 Message-Id: To: gcc-patches@gcc.gnu.org Date: Mon, 19 Jul 2010 01:43:26 -0700 This patch from Vinu Rajashekhar fixes a unneeded import. Committed to gccgo branch. Ian 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 {