Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 22:48:36 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r262003 - head/sys/i386/xbox
Message-ID:  <201402162248.s1GMmaXv089255@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402162248.s1GMmaXv089255>