mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 07:29:20 +03:00
remove unused status vars
date 2001.09.25.00.36.00; author agrover; state Exp;
This commit is contained in:
parent
8cc03b6757
commit
7f07a1ecaf
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: hwtimer.c - ACPI Power Management Timer Interface
|
||||
* $Revision: 1.13 $
|
||||
* $Revision: 1.14 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -138,9 +138,6 @@ ACPI_STATUS
|
||||
AcpiGetTimerResolution (
|
||||
UINT32 *Resolution)
|
||||
{
|
||||
ACPI_STATUS Status;
|
||||
|
||||
|
||||
FUNCTION_TRACE ("AcpiGetTimerResolution");
|
||||
|
||||
|
||||
@ -179,9 +176,6 @@ ACPI_STATUS
|
||||
AcpiGetTimer (
|
||||
UINT32 *Ticks)
|
||||
{
|
||||
ACPI_STATUS Status;
|
||||
|
||||
|
||||
FUNCTION_TRACE ("AcpiGetTimer");
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user