diff --git a/src/redisx.c b/src/redisx.c index 4712060..8c50dbf 100644 --- a/src/redisx.c +++ b/src/redisx.c @@ -335,8 +335,6 @@ int redisxLoadScript(Redis *redis, const char *script, char **sha1) { return X_SUCCESS; } - - /** * Returns the current time on the Redis server instance. *