Commit 41d4d9c6 authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Forward declaration is not necessary

parent 727e1bab
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment