From patchwork Mon Jul 19 08:43:26 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 59183 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 00B3A1007D2 for ; Mon, 19 Jul 2010 18:43:43 +1000 (EST) Received: (qmail 23992 invoked by alias); 19 Jul 2010 08:43:41 -0000 Received: (qmail 23975 invoked by uid 22791); 19 Jul 2010 08:43:39 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, SPF_HELO_PASS, TW_CC, T_RP_MATCHES_RCVD, T_TVD_MIME_NO_HEADERS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Jul 2010 08:43:33 +0000 Received: from kpbe16.cbf.corp.google.com (kpbe16.cbf.corp.google.com [172.25.105.80]) by smtp-out.google.com with ESMTP id o6J8hV38003339 for ; Mon, 19 Jul 2010 01:43:31 -0700 Received: from eydd26 (eydd26.prod.google.com [10.208.30.26]) by kpbe16.cbf.corp.google.com with ESMTP id o6J8hTpo023194 for ; Mon, 19 Jul 2010 01:43:30 -0700 Received: by eydd26 with SMTP id d26so1061129eyd.28 for ; Mon, 19 Jul 2010 01:43:29 -0700 (PDT) Received: by 10.213.108.203 with SMTP id g11mr2593170ebp.51.1279529009713; Mon, 19 Jul 2010 01:43:29 -0700 (PDT) Received: from coign.google.com (dhcp-172-28-249-136.lul.corp.google.com [172.28.249.136]) by mx.google.com with ESMTPS id a48sm45641161eei.1.2010.07.19.01.43.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 19 Jul 2010 01:43:28 -0700 (PDT) From: Ian Lance Taylor To: gcc-patches@gcc.gnu.org Subject: [gccgo] Minor import cleanup Date: Mon, 19 Jul 2010 01:43:26 -0700 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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 {