aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-11-18 15:32:58 +0100
committerTharre <tharre3@gmail.com>2018-11-18 15:37:50 +0100
commit9917b5c17c9366b9d1407e9de06dc0594fa58532 (patch)
treee55b8af01a17b86a549e08eae451ac7764a127bd /src/util.h
parentdaee85f9b3ecbcbda5e1a9599a27266928e887b3 (diff)
downloadredo-9917b5c17c9366b9d1407e9de06dc0594fa58532.tar.gz
redo-9917b5c17c9366b9d1407e9de06dc0594fa58532.tar.xz
redo-9917b5c17c9366b9d1407e9de06dc0594fa58532.zip
Make die() just a simple macro
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 278d809..e257e27 100644
--- a/src/util.h
+++ b/src/util.h
@@ -13,7 +13,6 @@
#include <stdint.h>
#include <stdio.h>
-extern void __attribute__((noreturn)) die_(const char *err, ...);
extern void *xmalloc(size_t size);
extern void *xrealloc(void *ptr, size_t size);
extern char *xstrdup(const char *str);