File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/serialization/RDB/decoder/previous/v0 Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ void *RAI_RDBLoadModel_v0(RedisModuleIO *io) {
109109 .backends_inter_op_parallelism = getBackendsInterOpParallelism (),
110110 };
111111
112- len ;
113112 buffer = RedisModule_LoadStringBuffer (io , & len );
114113 if (RedisModule_IsIOError (io ))
115114 goto cleanup ;
@@ -197,7 +196,6 @@ void *RAI_RDBLoadScript_v0(RedisModuleIO *io) {
197196 tag = RedisModule_CreateString (NULL , cstr_tag , len - 1 );
198197 RedisModule_Free (cstr_tag );
199198
200- len ;
201199 scriptdef = RedisModule_LoadStringBuffer (io , & len );
202200 if (RedisModule_IsIOError (io ))
203201 goto cleanup ;
@@ -242,4 +240,4 @@ void *RAI_RDBLoadScript_v0(RedisModuleIO *io) {
242240 RedisModule_FreeString (NULL , tag );
243241
244242 return NULL ;
245- }
243+ }
You can’t perform that action at this time.
0 commit comments