From: Dennis Schafroth Date: Wed, 19 Sep 2012 13:55:13 +0000 (+0200) Subject: Comment out unused variable. X-Git-Tag: v1.6.20~19 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=dfc21171c3cf297ee483bd3ef1f02133ff220a72;p=pazpar2-moved-to-github.git Comment out unused variable. --- 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;