summaryrefslogtreecommitdiff
path: root/gcc/c-pragma.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-pragma.c')
-rw-r--r--gcc/c-pragma.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/c-pragma.c b/gcc/c-pragma.c
index 36aa2c4dbaf..86bd5c48e1e 100644
--- a/gcc/c-pragma.c
+++ b/gcc/c-pragma.c
@@ -91,12 +91,6 @@ Alignment must be a small power of two, not %d, in #pragma pack",
entry = (align_stack *) xmalloc (sizeof (* entry));
- if (entry == NULL)
- {
- warning ("Out of memory pushing #pragma pack");
- return 0;
- }
-
entry->alignment = alignment;
entry->num_pushes = 1;
entry->id = id;