aboutsummaryrefslogtreecommitdiffstats
path: root/src/zinit.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-05 20:59:03 +0100
committerMattias Andrée <maandree@kth.se>2016-03-05 20:59:03 +0100
commit48a89e0e110907a7a60ed8f5a0977e3b34661259 (patch)
tree26b328e070d60f3e3f484d5b92fd01e8239e33d9 /src/zinit.c
parentImprove zsub, only copy to temp when necessary (diff)
downloadlibzahl-48a89e0e110907a7a60ed8f5a0977e3b34661259.tar.gz
libzahl-48a89e0e110907a7a60ed8f5a0977e3b34661259.tar.bz2
libzahl-48a89e0e110907a7a60ed8f5a0977e3b34661259.tar.xz
zinit is now an inline function
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/zinit.c')
-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;
-}