svn commit: r262003 - head/sys/i386/xbox

Dimitry Andric dim at FreeBSD.org
Sun Feb 16 22:48:36 UTC 2014


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;


More information about the svn-src-all mailing list