diff options
Diffstat (limited to 'source/components/utilities/utclib.c')
-rw-r--r-- | source/components/utilities/utclib.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/components/utilities/utclib.c b/source/components/utilities/utclib.c index 09fe7ad99df5d..d7faee9265290 100644 --- a/source/components/utilities/utclib.c +++ b/source/components/utilities/utclib.c @@ -308,8 +308,6 @@ AcpiUtStrcmp ( } -#ifdef ACPI_FUTURE_IMPLEMENTATION -/* Not used at this time */ /******************************************************************************* * * FUNCTION: AcpiUtStrchr (strchr) @@ -340,7 +338,7 @@ AcpiUtStrchr ( return (NULL); } -#endif + /******************************************************************************* * |