summary refs log tree commit diff
path: root/src/error.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/error.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/error.h b/src/error.h
index 3162e15..ad1e55b 100644
--- a/src/error.h
+++ b/src/error.h
@@ -67,7 +67,6 @@ extern int exception;
 #define EXINT 0		/* SIGINT received */
 #define EXERROR 1	/* a generic error */
 #define EXSHELLPROC 2	/* execute a shell procedure */
-#define EXEXEC 3	/* command execution failed */
 #define EXEXIT 4	/* exit the shell */