From a078edf8139869ae6833c7e5d5e832d3c656dacc Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 20 May 2001 08:13:32 +0000 Subject: hashtable.c (calc_hash): Fix HASHSTEP definition. * hashtable.c (calc_hash): Fix HASHSTEP definition. * stringpool.c (make_identifier): No statistics here anymore. * objc-act.c (steup_string_decl): Remove redundant check. From-SVN: r42337 --- gcc/objc/objc-act.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gcc/objc') 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); } } -- cgit v1.1