mirror of
https://github.com/acpica/acpica/
synced 2025-01-22 17:32:05 +03:00
iASL: Remove unused variable.
Remove unused variable in DoCompile.
This commit is contained in:
parent
c078edaa1c
commit
a219c8e17f
@ -523,7 +523,6 @@ CmDoCompile (
|
||||
ACPI_STATUS Status;
|
||||
UINT8 FullCompile;
|
||||
UINT8 Event;
|
||||
UINT8 Error;
|
||||
|
||||
|
||||
FullCompile = UtBeginEvent ("*** Total Compile time ***");
|
||||
@ -533,7 +532,7 @@ CmDoCompile (
|
||||
/* Preprocessor */
|
||||
|
||||
Event = UtBeginEvent ("Preprocess input file");
|
||||
Error = PrDoPreprocess ();
|
||||
PrDoPreprocess ();
|
||||
UtEndEvent (Event);
|
||||
if (Gbl_PreprocessOnly)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user