mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 15:39:18 +03:00
Actually fixed the unused variable definitions I broke a moment ago
date 2000.02.05.00.15.00; author rmosgrov; state Exp;
This commit is contained in:
parent
ab39054dda
commit
85dae13f25
@ -335,7 +335,10 @@ PsGetNextNamepath (
|
||||
ACPI_GENERIC_OP *Count;
|
||||
ACPI_GENERIC_OP *Name;
|
||||
|
||||
|
||||
#ifndef RING3_APPLICATION
|
||||
ACPI_STATUS Status;
|
||||
NAME_TABLE_ENTRY *Nte;
|
||||
#endif
|
||||
|
||||
FUNCTION_TRACE ("PsGetNextNamepath");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user