aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-act.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/objc/objc-act.c')
-rw-r--r--gcc/objc/objc-act.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c
index 81e1619..27c4fd7 100644
--- a/gcc/objc/objc-act.c
+++ b/gcc/objc/objc-act.c
@@ -1267,12 +1267,7 @@ setup_string_decl ()
if (!string_class_decl)
{
if (!constant_string_global_id)
- {
- constant_string_global_id =
- get_identifier (STRING_OBJECT_GLOBAL_NAME);
- if (constant_string_global_id == NULL_TREE)
- return;
- }
+ constant_string_global_id = get_identifier (STRING_OBJECT_GLOBAL_NAME);
string_class_decl = lookup_name (constant_string_global_id);
}
}