diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-03-05 20:59:03 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-03-05 20:59:03 +0100 |
| commit | 48a89e0e110907a7a60ed8f5a0977e3b34661259 (patch) | |
| tree | 26b328e070d60f3e3f484d5b92fd01e8239e33d9 /src | |
| parent | Improve zsub, only copy to temp when necessary (diff) | |
| download | libzahl-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')
| -rw-r--r-- | src/zinit.c | 10 |
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; -} |
