Forward declaration is not necessary

This commit is contained in:
Pieter Noordhuis 2011-04-21 14:22:27 +02:00
parent 727e1babec
commit 41d4d9c6f4

View File

@ -114,8 +114,6 @@ typedef struct redisReplyObjectFunctions {
void (*freeObject)(void*);
} redisReplyObjectFunctions;
struct redisContext; /* need forward declaration of redisContext */
/* Context for a connection to Redis */
typedef struct redisContext {
int fd;