about summary refs log tree commit diff stats
path: root/src/LYLocal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYLocal.c')
-rw-r--r--src/LYLocal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYLocal.c b/src/LYLocal.c
index cbb7f62f..735fccdc 100644
--- a/src/LYLocal.c
+++ b/src/LYLocal.c
@@ -2324,7 +2324,7 @@ PRIVATE int LYExecv ARGS3(
 	char **,	argv,
 	char *, 	msg)
 {
-#if defined(VMS) || defined(SH_EX) || defined(_WINDOWS)
+#if defined(VMS) || defined(_WINDOWS)
     CTRACE((tfp, "LYExecv:  Called inappropriately!\n"));
     return(0);
 #else