aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2010-07-06 17:46:06 +0800
committermaximilian attems <max@stro.at>2011-06-03 18:44:12 +0200
commit052f7538f84e88ad28683d71d1f7d8caefa80634 (patch)
tree9f308d76a1ec97e2ddd1941d7ef9c266c16b196b
parente06c8619926ecfb590dfde71ecbb76abc0216fcb (diff)
downloadklibc-052f7538f84e88ad28683d71d1f7d8caefa80634.tar.gz
[klibc] [EVAL] Removed dead code for eval NPIPE
The notyet code is identical to the current code. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: maximilian attems <max@stro.at>
-rw-r--r--usr/dash/eval.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/dash/eval.c b/usr/dash/eval.c
index f9aefa6544dae..7a5b7c69090ea 100644
--- a/usr/dash/eval.c
+++ b/usr/dash/eval.c
@@ -254,13 +254,7 @@ checkexit:
goto calleval;
case NPIPE:
evalfn = evalpipe;
-#ifdef notyet
- if (eflag && !(flags & EV_TESTED))
- checkexit = ~0;
- goto calleval;
-#else
goto checkexit;
-#endif
case NCASE:
evalfn = evalcase;
goto calleval;