From owner-svn-src-all@FreeBSD.ORG Sun Feb 16 22:48:36 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C75CBE55; Sun, 16 Feb 2014 22:48:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B1B3B1652; Sun, 16 Feb 2014 22:48:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1GMmabn089256; Sun, 16 Feb 2014 22:48:36 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GMmaXv089255; Sun, 16 Feb 2014 22:48:36 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201402162248.s1GMmaXv089255@svn.freebsd.org> From: Dimitry Andric Date: Sun, 16 Feb 2014 22:48:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r262003 - head/sys/i386/xbox X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2014 22:48:36 -0000 Author: dim Date: Sun Feb 16 22:48:36 2014 New Revision: 262003 URL: http://svnweb.freebsd.org/changeset/base/262003 Log: After r261980, the local ptr variable in xbox_init() is no longer used, breaking the LINT build. Pointy hat to: brueffer Modified: head/sys/i386/xbox/xbox.c Modified: head/sys/i386/xbox/xbox.c ============================================================================== --- head/sys/i386/xbox/xbox.c Sun Feb 16 22:12:13 2014 (r262002) +++ head/sys/i386/xbox/xbox.c Sun Feb 16 22:48:36 2014 (r262003) @@ -51,7 +51,6 @@ xbox_poweroff(void* junk, int howto) static void xbox_init(void) { - char* ptr; if (!arch_i386_is_xbox) return;