From 14e282948996f75e87a14ab90f4b3ed54d9d6ad7 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 26 Oct 2014 12:42:53 +0000 Subject: remove the die API from the core. The die() API for abnormal termination does not belong within the core of netsurf and instead errors are propogated back to the callers. This is the final part of this change and the API is now only used within some parts of the frontends --- utils/utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'utils') diff --git a/utils/utils.h b/utils/utils.h index 9be859e59..b90843271 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -257,7 +257,6 @@ nserror snstrjoin(char **str, size_t *size, char sep, size_t nelm, ...); int dir_sort_alpha(const struct dirent **d1, const struct dirent **d2); /* Platform specific functions */ -void die(const char * const error) __attribute__ ((noreturn)); void warn_user(const char *warning, const char *detail); void PDF_Password(char **owner_pass, char **user_pass, char *path); -- cgit v1.2.3