1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00: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:
Dimitry Andric 2014-02-16 22:48:36 +00:00
parent c9be23cfca
commit ea4e0ab0cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262003

View File

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