From owner-svn-src-head@FreeBSD.ORG Sat Dec 27 11:38:42 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20D6D1065673; Sat, 27 Dec 2008 11:38:42 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0D2F18FC1D; Sat, 27 Dec 2008 11:38:42 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mBRBcfx3070452; Sat, 27 Dec 2008 11:38:41 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mBRBcfBb070451; Sat, 27 Dec 2008 11:38:41 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <200812271138.mBRBcfBb070451@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 27 Dec 2008 11:38:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r186513 - head/sys/dev/cfe X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2008 11:38:42 -0000 Author: bz Date: Sat Dec 27 11:38:41 2008 New Revision: 186513 URL: http://svn.freebsd.org/changeset/base/186513 Log: Remove an unused variable to make the SENTRY5 mips kernel compile (though with some asm warning). Modified: head/sys/dev/cfe/cfe_console.c Modified: head/sys/dev/cfe/cfe_console.c ============================================================================== --- head/sys/dev/cfe/cfe_console.c Sat Dec 27 11:12:23 2008 (r186512) +++ head/sys/dev/cfe/cfe_console.c Sat Dec 27 11:38:41 2008 (r186513) @@ -62,7 +62,6 @@ static struct ttydevsw cfe_ttydevsw = { }; static int conhandle = -1; -static struct tty *cfe_tp = NULL; /* XXX does cfe have to poll? */ static int polltime; static struct callout_handle cfe_timeouthandle