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:
parent
a39a0c3c9d
commit
1832f26ada
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user