From 930c6cbc8d17486522ba3039b06ab8d47d4c2fba Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Mon, 6 Oct 2008 14:35:43 +0000 Subject: [PATCH] Removed debug code. [r22537] --- heuristical.c | 2 -- 1 file changed, 2 deletions(-) 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. */ -- 2.20.1