diff --git a/src/notify.c b/src/notify.c index e77f67916..23789804f 100644 --- a/src/notify.c +++ b/src/notify.c @@ -87,8 +87,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);