Skip to content

Commit 43afeb6

Browse files
author
DvirDukhan
committed
Removed comments
1 parent efb4b3d commit 43afeb6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/DAG/dag.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,6 @@ static void _ScriptSingleOp_PersistTensors(RedisModuleCtx *ctx, RAI_DagOp *op) {
593593
const size_t noutputs = RAI_ScriptRunCtxNumOutputs(op->sctx);
594594
for (size_t outputNumber = 0; outputNumber < noutputs; outputNumber++) {
595595
RAI_Tensor *tensor = RAI_ScriptRunCtxOutputTensor(op->sctx, outputNumber);
596-
// tensor = tensor ? RAI_TensorGetShallowCopy(tensor) : NULL;
597596
if (tensor)
598597
_StoreTensorInKeySpace(ctx, tensor, op->outkeys[outputNumber], false);
599598
}
@@ -721,7 +720,6 @@ int RedisAI_DagRun_Reply(RedisModuleCtx *ctx, RedisModuleString **argv, int argc
721720
}
722721
}
723722

724-
// RAI_FreeRunInfo(rinfo);
725723
return REDISMODULE_OK;
726724
}
727725

0 commit comments

Comments
 (0)