Removed old comments and dead code from freeClient().

This commit is contained in:
antirez
2013-12-03 13:54:06 +01:00
parent 333453646c
commit 3d7263aa41
2 changed files with 14 additions and 14 deletions

View File

@ -475,8 +475,6 @@ typedef struct redisClient {
int slave_listening_port; /* As configured with: SLAVECONF listening-port */
multiState mstate; /* MULTI/EXEC state */
blockingState bpop; /* blocking state */
list *io_keys; /* Keys this client is waiting to be loaded from the
* swap file in order to continue. */
list *watched_keys; /* Keys WATCHED for MULTI/EXEC CAS */
dict *pubsub_channels; /* channels a client is interested in (SUBSCRIBE) */
list *pubsub_patterns; /* patterns a client is interested in (SUBSCRIBE) */