diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-11-02 14:55:24 +0100 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-11-02 14:55:24 +0100 |
commit | 5db8008d97c7ec85d7a4e03df3c28a2f7cf46894 (patch) | |
tree | 0f709a6d917c7cfee3422dd440b0dcfe9ee82727 | |
parent | 46fdce7da0a66c80a73ca53f787ccb55730da948 (diff) |
Remove superfluous definition
-rw-r--r-- | hiredis.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -49,7 +49,6 @@ * should be terminated once all replies have been read. */ #define REDIS_DISCONNECTING 0x4 -#define REDIS_ERROR -1 #define REDIS_REPLY_ERROR 0 #define REDIS_REPLY_STRING 1 #define REDIS_REPLY_ARRAY 2 |