summaryrefslogtreecommitdiff
path: root/src/main-gcu.c
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/main-gcu.c
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/main-gcu.c')
-rw-r--r--src/main-gcu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main-gcu.c b/src/main-gcu.c
index f97ca596..8ba2c8ec 100644
--- a/src/main-gcu.c
+++ b/src/main-gcu.c
@@ -936,7 +936,6 @@ errr init_gcu(int argc, char **argv)
/* Activate hooks */
quit_aux = hook_quit;
- core_aux = hook_quit;
/* Require standard size screen */
if ((LINES < 24) || (COLS < 80))