From dfc21171c3cf297ee483bd3ef1f02133ff220a72 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 19 Sep 2012 15:55:13 +0200 Subject: [PATCH] Comment out unused variable. --- src/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.c b/src/client.c index 5a9f6fb..b85195f 100644 --- a/src/client.c +++ b/src/client.c @@ -833,7 +833,7 @@ void client_start_search(struct client *cl) const char *sort_strategy_and_spec = get_strategy_plus_sort(cl, se->sorted_results->field); int increasing = se->sorted_results->increasing; - int position = se->sorted_results->position; + // int position = se->sorted_results->position; if (sort_strategy_and_spec && strlen(sort_strategy_and_spec) < 40) { char spec[50], *p; -- 1.7.10.4