aboutsummaryrefslogtreecommitdiff
path: root/source/compiler/aslutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/aslutils.c')
-rw-r--r--source/compiler/aslutils.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/compiler/aslutils.c b/source/compiler/aslutils.c
index 202cf38df019..fd91baeb20e5 100644
--- a/source/compiler/aslutils.c
+++ b/source/compiler/aslutils.c
@@ -635,7 +635,7 @@ UtCheckIntegerRange (
*
* PARAMETERS: Length - Size of buffer requested
*
- * RETURN: Pointer to the buffer. Aborts on allocation failure
+ * RETURN: Pointer to the buffer. Aborts compiler on allocation failure
*
* DESCRIPTION: Allocate a string buffer. Bypass the local
* dynamic memory manager for performance reasons (This has a
@@ -833,10 +833,6 @@ UtInternalizeName (
/* We need a segment to store the internal name */
Info.InternalName = UtStringCacheCalloc (Info.Length);
- if (!Info.InternalName)
- {
- return (AE_NO_MEMORY);
- }
/* Build the name */