Removed unused command flags

This commit is contained in:
Pieter Noordhuis
2010-10-17 17:31:40 +02:00
parent 75b41de8ca
commit 33aba595b0
3 changed files with 122 additions and 126 deletions

View File

@ -45,10 +45,6 @@
#include "zmalloc.h"
#include "linenoise.h"
#define REDIS_CMD_INLINE 1
#define REDIS_CMD_BULK 2
#define REDIS_CMD_MULTIBULK 4
#define REDIS_NOTUSED(V) ((void) V)
static struct config {