From eee1fedc3a69e503fab74248937e35e71dee4992 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Thu, 22 Dec 2016 16:31:28 +0100 Subject: util: remove unused functions Removed: xstrmalloc, xmalloc, xrealloc, xstrcut, szadd, szmul. --- util.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'util.h') diff --git a/util.h b/util.h index 356366c..d1f459a 100644 --- a/util.h +++ b/util.h @@ -22,13 +22,7 @@ #include #include -size_t szadd(size_t a, size_t b); -size_t szmul(size_t a, size_t b); void *xstrmalloc(size_t size); -char *xstrdup(const char *s); -void *xmalloc(size_t size); -void *xrealloc(void *p, size_t size); -char *xstrcut(const char *s, size_t offt, size_t len); int xstrcasecmp(const char *s1, const char *s2); #endif /* UTIL_H */ -- cgit v1.2.3-54-g00ecf