From 53710f8b3166fbae3cf1e64db019d3e9c9c1c2bc Mon Sep 17 00:00:00 2001 From: Elias Kohout Date: Sun, 7 May 2023 17:21:42 +0200 Subject: [PATCH] Removed function header that was not implemented --- tensoriterator.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tensoriterator.h b/tensoriterator.h index ee2910d..762559d 100644 --- a/tensoriterator.h +++ b/tensoriterator.h @@ -9,7 +9,6 @@ typedef struct _tensor_scalar_iterator { } * tensoriter_scalar; tensoriter_scalar tensoriter_scalar_create(tensor t); -void tensoriter_scalar_reset(tensoriter_scalar it); void tensoriter_scalar_destroy(tensoriter_scalar it); uint8_t tensoriter_scalar_next(tensoriter_scalar it);