summaryrefslogtreecommitdiffstats
path: root/bin/sh/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/shell.h')
-rw-r--r--bin/sh/shell.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/sh/shell.h b/bin/sh/shell.h
index 7f59be2..9bf399f 100644
--- a/bin/sh/shell.h
+++ b/bin/sh/shell.h
@@ -43,7 +43,6 @@
* JOBS -> 1 if you have Berkeley job control, 0 otherwise.
* define DEBUG=1 to compile in debugging (set global "debug" to turn on)
* define DEBUG=2 to compile in and turn on debugging.
- * define DEBUG=3 to also build all functions as public
*
* When debugging is on, debugging info will be written to ./trace and
* a quit signal will generate a core dump.
@@ -62,14 +61,6 @@ typedef intmax_t arith_t;
#define strtoarith_t(nptr, endptr, base) strtoimax(nptr, endptr, base)
typedef void *pointer;
-
-/* STATIC is only for use with functions, not variables. */
-#if DEBUG >= 3
-#define STATIC
-#else
-#define STATIC static
-#endif
-
#define MKINIT /* empty */
#include <sys/cdefs.h>
OpenPOWER on IntegriCloud