verify: Clarify assertion message.
[libfirm] / ir / be / becopyheur4.c
index 40105fc..69fd485 100644 (file)
@@ -145,7 +145,6 @@ static co_mst_irn_t *co_mst_irn_init(co_mst_env_t *env, const ir_node *irn)
 
        const arch_register_req_t *req;
        neighbours_iter_t nodes_it;
-       ir_node  *neigh;
        unsigned len;
 
        res->irn           = irn;
@@ -639,7 +638,6 @@ static void build_affinity_chunks(co_mst_env_t *env)
 {
        nodes_iter_t nodes_it;
        aff_edge_t  *edges    = NEW_ARR_F(aff_edge_t, 0);
-       ir_node     *n;
        int         i, len;
        size_t      pn;