We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5020d commit 7c2c2f0Copy full SHA for 7c2c2f0
src/redis_ai_objects/stats.c
@@ -11,7 +11,6 @@
11
#include "stats.h"
12
#include "util/string_utils.h"
13
14
-
15
long long ustime(void) {
16
struct timeval tv;
17
long long ust;
src/redisai.h
@@ -300,4 +300,3 @@ static int RedisAI_Initialize(RedisModuleCtx *ctx) {
300
301
return REDISMODULE_OK;
302
}
303
src/util/arr.h
@@ -199,4 +199,3 @@ static void array_free(array_t arr) {
199
RedisModule_Assert(array_hdr(arr)->len > 0); \
200
arr[--(array_hdr(arr)->len)]; \
201
})
202
0 commit comments