mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 22:11:33 +00:00
Modules: remove useless defines in hellotimer.c
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user