From 05e0ab9a493cddf10cccc4497b54660c72b04677 Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Wed, 21 Mar 2012 22:18:32 +0000 Subject: objc-act (objc_build_ivar_assignment): Do not call assemble_external. * objc-act (objc_build_ivar_assignment): Do not call assemble_external. (objc_build_global_assignment): Likewise. (objc_build_strong_cast_assignment): Likewise. * objc-next-runtime-abi-01.c: Cleanup commented-out assemble_external. * objc-next-runtime-abi-02.c: Likewise. * objc-gnu-runtime-abi-01.c: Likewise. From-SVN: r185621 --- gcc/objc/objc-next-runtime-abi-01.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/objc/objc-next-runtime-abi-01.c') diff --git a/gcc/objc/objc-next-runtime-abi-01.c b/gcc/objc/objc-next-runtime-abi-01.c index 7d6a212..a3ca8fc 100644 --- a/gcc/objc/objc-next-runtime-abi-01.c +++ b/gcc/objc/objc-next-runtime-abi-01.c @@ -977,7 +977,6 @@ next_runtime_abi_01_get_category_super_ref (location_t loc ATTRIBUTE_UNUSED, /* else do it the slow way. */ add_class_reference (super_name); super_class = (inst_meth ? objc_get_class_decl : objc_get_meta_class_decl); -/* assemble_external (super_class);*/ super_name = my_build_string_pointer (IDENTIFIER_LENGTH (super_name) + 1, IDENTIFIER_POINTER (super_name)); /* super_class = objc_get{Meta}Class("CLASS_SUPER_NAME"); */ -- cgit v1.1