Remove unnecessary void cast.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 5 May 2012 16:03:45 +0000 (18:03 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 6 May 2012 06:02:53 +0000 (08:02 +0200)
ir/be/bedwarf.c

index b8fb7ec..2da3ff4 100644 (file)
@@ -479,8 +479,6 @@ void be_dwarf_method_before(const ir_entity *entity,
        size_t   n_params = get_method_n_params(type);
        size_t   i;
 
-       (void)parameter_infos;
-
        be_gas_emit_switch_section(GAS_SECTION_DEBUG_INFO);
 
        if (n_ress > 0) {