Comment out unused variable.
authorDennis Schafroth <dennis@indexdata.com>
Wed, 19 Sep 2012 13:55:13 +0000 (15:55 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Wed, 19 Sep 2012 13:55:13 +0000 (15:55 +0200)
src/client.c

index 5a9f6fb..b85195f 100644 (file)
@@ -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;