summaryrefslogtreecommitdiff
path: root/source/components/parser/psutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/parser/psutils.c')
-rw-r--r--source/components/parser/psutils.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/components/parser/psutils.c b/source/components/parser/psutils.c
index c72173fba275..08c2fe22056e 100644
--- a/source/components/parser/psutils.c
+++ b/source/components/parser/psutils.c
@@ -238,17 +238,6 @@ AcpiPsIsLeadingChar (
/*
- * Is "c" a namestring prefix character?
- */
-BOOLEAN
-AcpiPsIsPrefixChar (
- UINT32 c)
-{
- return ((BOOLEAN) (c == '\\' || c == '^'));
-}
-
-
-/*
* Get op's name (4-byte name segment) or 0 if unnamed
*/
UINT32