diff --git a/src/cmd/ksh93/sh/name.c b/src/cmd/ksh93/sh/name.c index e62e3408d..d2076c940 100644 --- a/src/cmd/ksh93/sh/name.c +++ b/src/cmd/ksh93/sh/name.c @@ -34,7 +34,6 @@ #include "streval.h" #define NVCACHE 8 /* must be a power of 2 */ -#define Empty ((char*)(e_sptbnl+3)) static char *savesub = 0; static char Null[1]; static Namval_t NullNode;