From 08f335e4851dd626c0a9c4f5e3b0fe661909e6f4 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sun, 23 Jan 2000 22:34:02 +0000 Subject: zsh-3.1.6-dev-16 --- Src/init.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Src/init.c') diff --git a/Src/init.c b/Src/init.c index 4aa268f0d..20e996fdd 100644 --- a/Src/init.c +++ b/Src/init.c @@ -89,11 +89,6 @@ mod_export int (*getkeyptr) _((int)); mod_export int alloc_stackp; #endif -/**/ -mod_export struct hookdef zshhooks[] = { - HOOKDEF("exit", NULL, HOOKF_ALL), -}; - /* keep executing lists until EOF found */ /**/ @@ -565,8 +560,6 @@ setupvals(void) # endif #endif - addhookdefs(argzero, zshhooks, sizeof(zshhooks)/sizeof(*zshhooks)); - init_eprog(); getkeyptr = NULL; -- cgit 1.4.1