From 5db8008d97c7ec85d7a4e03df3c28a2f7cf46894 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Tue, 2 Nov 2010 14:55:24 +0100 Subject: Remove superfluous definition --- hiredis.h | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3