After r261980, the local ptr variable in xbox_init() is no longer used,

breaking the LINT build.

Pointy hat to:	brueffer
This commit is contained in:
dim 2014-02-16 22:48:36 +00:00
parent a39a0c3c9d
commit 1832f26ada

View File

@ -51,7 +51,6 @@ xbox_poweroff(void* junk, int howto)
static void static void
xbox_init(void) xbox_init(void)
{ {
char* ptr;
if (!arch_i386_is_xbox) if (!arch_i386_is_xbox)
return; return;