forgot about this

This commit is contained in:
jacekpoz 2024-03-11 00:29:38 +01:00
parent b3953bac3a
commit 73b5777b88
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -13,7 +13,6 @@ typedef struct {
size_t length;
size_t element_size;
Node *head;
Node *current;
} LinkedList;
typedef struct {