From: Sebastian Buchwald Date: Mon, 6 Oct 2008 14:35:43 +0000 (+0000) Subject: Removed debug code. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=930c6cbc8d17486522ba3039b06ab8d47d4c2fba;p=libfirm Removed debug code. [r22537] --- diff --git a/heuristical.c b/heuristical.c index 40a2c9784..2ceae6e95 100644 --- a/heuristical.c +++ b/heuristical.c @@ -208,8 +208,6 @@ static void reorder_node(pbqp_node *node) old_bucket_len = ARR_LEN(old_bucket); old_bucket_index = node->bucket_index; - unsigned test = ARR_LEN(node_buckets[arity]); - if (old_bucket_len <= old_bucket_index || old_bucket[old_bucket_index] != node) { /* Old arity is new arity, so we have nothing to do. */