about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorPhilippe Altherr <philippe.altherr@gmail.com>2022-12-03 21:35:51 -0800
committerBart Schaefer <schaefer@zsh.org>2022-12-03 21:35:51 -0800
commitab9c579ef9a1ad6482267719f5d031f6a5dbf24e (patch)
treeca8213bf78fc1673c3951ef70bb53e91706c9d36 /Src/zsh.h
parentf253ea6b9d14901e24fa6a376936effad9e6547b (diff)
downloadzsh-ab9c579ef9a1ad6482267719f5d031f6a5dbf24e.tar.gz
zsh-ab9c579ef9a1ad6482267719f5d031f6a5dbf24e.tar.xz
zsh-ab9c579ef9a1ad6482267719f5d031f6a5dbf24e.zip
51098: remove unreachable NOERREXIT_UNTIL_EXEC code and effects
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 40f9ea537..703231ca2 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -2220,8 +2220,6 @@ enum noerrexit_bits {
     NOERREXIT_EXIT = 1,
     /* Suppress ERR_RETURN: per function call */
     NOERREXIT_RETURN = 2,
-    /* NOERREXIT only needed on way down */
-    NOERREXIT_UNTIL_EXEC = 4,
     /* Force exit on SIGINT */
     NOERREXIT_SIGNAL = 8
 };