Skip to content

Commit c12b6e8

Browse files
danbevggerganov
authored andcommitted
ggml : remove unnecessary UNUSED macro call (ggml/880)
This commit removes an UNUSED macro call that is not needed as the variable n0 is used in the code and will not produce a warning. Signed-off-by: Daniel Bevenius <[email protected]>
1 parent b5e9546 commit c12b6e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18078,7 +18078,6 @@ static void ggml_build_forward_impl(struct ggml_cgraph * cgraph, struct ggml_ten
1807818078
}
1807918079

1808018080
const int n0 = cgraph->n_nodes;
18081-
UNUSED(n0);
1808218081

1808318082
ggml_visit_parents(cgraph, tensor);
1808418083

0 commit comments

Comments
 (0)