summaryrefslogtreecommitdiff
path: root/src/redis.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/redis.h')
-rw-r--r--src/redis.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/redis.h b/src/redis.h
index 34afd0f88..5e4ee844c 100644
--- a/src/redis.h
+++ b/src/redis.h
@@ -705,7 +705,6 @@ struct redisServer {
list *unblocked_clients; /* list of clients to unblock before next loop */
/* Sort parameters - qsort_r() is only available under BSD so we
* have to take this state global, in order to pass it to sortCompare() */
- int sort_dontsort;
int sort_desc;
int sort_alpha;
int sort_bypattern;