aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/zinit.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/zinit.c b/src/zinit.c
deleted file mode 100644
index fc6d9fc..0000000
--- a/src/zinit.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* See LICENSE file for copyright and license details. */
-#include "internals.h"
-
-
-void
-zinit(z_t a)
-{
- a->alloced = 0;
- a->chars = 0;
-}