summaryrefslogtreecommitdiff
path: root/src/z-util.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-15 20:55:24 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-15 20:55:24 +0100
commit63dc88888692fbeddb4c0a2ec99af3cd708276eb (patch)
tree816e380c679b79f421419c89af154a234a6ee48a /src/z-util.h
parent87e166812794559b13741c70e1de5d3280a3ff17 (diff)
Remove core() and core_aux
Invoking undefined behavior is not the correct way to get a core dump. Plus there's only a single caller, only used in truly bizarre circumstances.
Diffstat (limited to 'src/z-util.h')
-rw-r--r--src/z-util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/z-util.h b/src/z-util.h
index e9bbf873..914a64e7 100644
--- a/src/z-util.h
+++ b/src/z-util.h
@@ -15,7 +15,6 @@ extern "C" {
/* Aux functions */
extern void (*plog_aux)(cptr);
extern void (*quit_aux)(cptr);
-extern void (*core_aux)(cptr);
/**** Available Functions ****/
@@ -36,10 +35,6 @@ extern void plog(cptr str);
/* Exit, with optional message */
extern void quit(cptr str);
-/* Dump core, with optional message */
-extern void core(cptr str);
-
-
#ifdef __cplusplus
} /* extern "C" */