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 ad1e55b..f236d9f 100644
--- a/src/error.h
+++ b/src/error.h
@@ -66,7 +66,6 @@ extern int exception;
 /* exceptions */
 #define EXINT 0		/* SIGINT received */
 #define EXERROR 1	/* a generic error */
-#define EXSHELLPROC 2	/* execute a shell procedure */
 #define EXEXIT 4	/* exit the shell */