mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-21 21:47:47 +00:00
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 <daniel.bevenius@gmail.com>
This commit is contained in:
parent
00422ec3cf
commit
95f2a191c0
@ -17955,7 +17955,6 @@ static void ggml_build_forward_impl(struct ggml_cgraph * cgraph, struct ggml_ten
|
|||||||
}
|
}
|
||||||
|
|
||||||
const int n0 = cgraph->n_nodes;
|
const int n0 = cgraph->n_nodes;
|
||||||
UNUSED(n0);
|
|
||||||
|
|
||||||
ggml_visit_parents(cgraph, tensor);
|
ggml_visit_parents(cgraph, tensor);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user