From 027740db3eed3f2be3be0165dd115b5ee0155602 Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Wed, 1 Sep 2010 21:23:51 +0000 Subject: [PATCH] Removed some superfluous assignments and empty lines. [r27961] --- heuristical_co.c | 4 ++-- heuristical_co_ld.c | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/heuristical_co.c b/heuristical_co.c index 0e4a47405..b33e9d746 100644 --- a/heuristical_co.c +++ b/heuristical_co.c @@ -72,8 +72,8 @@ static void merge_into_RN_node(pbqp *pbqp, plist_t *rpeo) static void apply_RN_co(pbqp *pbqp) { - pbqp_node *node = NULL; - unsigned min_index = 0; + pbqp_node *node; + unsigned min_index; assert(pbqp); diff --git a/heuristical_co_ld.c b/heuristical_co_ld.c index 82717cb7b..08ac1c362 100644 --- a/heuristical_co_ld.c +++ b/heuristical_co_ld.c @@ -262,8 +262,6 @@ static void apply_RN_co_without_selection(pbqp *pbqp, plist_t *rpeo) node_bucket_insert(&reduced_bucket, node); } - - static void apply_heuristic_reductions_co(pbqp *pbqp, plist_t *rpeo) { #if KAPS_TIMING -- 2.20.1