summaryrefslogtreecommitdiff
path: root/bin/ksh/sh.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ksh/sh.h')
-rw-r--r--bin/ksh/sh.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/ksh/sh.h b/bin/ksh/sh.h
index 7d19db64202..208a4223345 100644
--- a/bin/ksh/sh.h
+++ b/bin/ksh/sh.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sh.h,v 1.38 2015/10/17 18:26:24 mmcc Exp $ */
+/* $OpenBSD: sh.h,v 1.39 2015/10/17 18:43:22 mmcc Exp $ */
/*
* Public Domain Bourne/Korn shell
@@ -37,9 +37,6 @@
# define EXTERN_DEFINED
#endif
-#define EXECSHELL _PATH_BSHELL
-#define EXECSHELL_STR "EXECSHELL"
-
#define NELEM(a) (sizeof(a) / sizeof((a)[0]))
#define sizeofN(type, n) (sizeof(type) * (n))
#define BIT(i) (1<<(i)) /* define bit in flag */