From b28e481ae9b051dab150e9b5a89730cdc1103a9c Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Wed, 2 Jan 2013 19:01:21 +0000 Subject: Import ACPICA 20121220. --- source/components/parser/psutils.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'source/components/parser/psutils.c') diff --git a/source/components/parser/psutils.c b/source/components/parser/psutils.c index c72173fba2751..08c2fe22056e2 100644 --- a/source/components/parser/psutils.c +++ b/source/components/parser/psutils.c @@ -237,17 +237,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 */ -- cgit v1.2.3