objc-act.c (lang_init, [...]): Remove redundant code, assuming doing_objc_thang is...
authorNeil Booth <neilb@earthling.net>
Thu, 30 Nov 2000 08:11:41 +0000 (08:11 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 30 Nov 2000 08:11:41 +0000 (08:11 +0000)
commit9105f6718c685ed7f972a94265afe181534c96ef
treed78b853b62111d5d09140336c52d17c73a75fab1
parent1f80ea952d035e2d354bd20b6e8aa3c2235fbb56
objc-act.c (lang_init, [...]): Remove redundant code, assuming doing_objc_thang is true.

        * objc/objc-act.c (lang_init, finish_file, maybe_objc_comptypes,
        maybe_objc_check_decl, build_objc_string_object,
        objc_declare_alias, objc_declare_class, build_message_expr,
        build_protocol_expr, build_selector_expr, build_encode_expr,
        get_class_ivars, start_class, start_protocol): Remove
        redundant code, assuming doing_objc_thang is true.

From-SVN: r37866
gcc/ChangeLog
gcc/objc/objc-act.c