Fix the ACPI_DEBUG case by removing a now unused variable.

This commit is contained in:
Nate Lawson 2004-08-03 17:16:30 +00:00
parent 64823e73c5
commit 02a680b8f5

View File

@ -240,9 +240,6 @@ acpi_modevent(struct module *mod, int event, void *junk)
ACPI_STATUS
acpi_Startup(void)
{
#ifdef ACPI_DEBUGGER
char *debugpoint;
#endif
static int started = 0;
int error, val;