aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/ash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 2afa5e83d..2ad86c187 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -5546,12 +5546,10 @@ static void
redirect(union node *redir, int flags)
{
struct redirtab *sv;
- int sv_pos;
if (!redir)
return;
- sv_pos = 0;
sv = NULL;
INT_OFF;
if (flags & REDIR_PUSH)