mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
c9be23cfca
commit
ea4e0ab0cc
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ xbox_poweroff(void* junk, int howto)
|
|||
static void
|
||||
xbox_init(void)
|
||||
{
|
||||
char* ptr;
|
||||
|
||||
if (!arch_i386_is_xbox)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue