From 41d4d9c6f4493fc2d69ddee6123bee8cef01020f Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Thu, 21 Apr 2011 14:22:27 +0200 Subject: [PATCH] Forward declaration is not necessary --- hiredis.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/hiredis.h b/hiredis.h index e581684..b809e56 100644 --- a/hiredis.h +++ b/hiredis.h @@ -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;