diff --git a/src/notify.c b/src/notify.c index 079d0686..9d63dbb2 100644 --- a/src/notify.c +++ b/src/notify.c @@ -85,8 +85,6 @@ sds keyspaceEventsFlagsToString(int flags) { return res; } - - /* The API provided to the rest of the Redis core is a simple function: * * notifyKeyspaceEvent(char *event, robj *key, int dbid);