about summary refs log tree commit diff
path: root/Src/cond.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/cond.c')
-rw-r--r--Src/cond.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/cond.c b/Src/cond.c
index b911bfb33..c67354297 100644
--- a/Src/cond.c
+++ b/Src/cond.c
@@ -403,7 +403,6 @@ evalcond(Estate state, char *fromtest)
 	zwarnnam(fromtest, "bad cond code");
 	return 2;
     }
-    return 1;
 }