Modules: remove useless defines in hellotimer.c

This commit is contained in:
antirez
2018-09-26 17:42:00 +02:00
parent 6c3bfb00fc
commit bbe18eacda
2 changed files with 6 additions and 4 deletions

View File

@ -37,9 +37,6 @@
#include <ctype.h>
#include <string.h>
#define MSGTYPE_PING 1
#define MSGTYPE_PONG 2
/* Timer callback. */
void timerHandler(RedisModuleCtx *ctx, void *data) {
REDISMODULE_NOT_USED(ctx);