summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2010-11-02 14:55:24 +0100
committerPieter Noordhuis <pcnoordhuis@gmail.com>2010-11-02 14:55:24 +0100
commit5db8008d97c7ec85d7a4e03df3c28a2f7cf46894 (patch)
tree0f709a6d917c7cfee3422dd440b0dcfe9ee82727
parent46fdce7da0a66c80a73ca53f787ccb55730da948 (diff)
Remove superfluous definition
-rw-r--r--hiredis.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hiredis.h b/hiredis.h
index 9ab799e..a68720e 100644
--- a/hiredis.h
+++ b/hiredis.h
@@ -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