ash: remove no-longer-used variable
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 4 Aug 2017 10:16:46 +0000 (12:16 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 4 Aug 2017 12:52:08 +0000 (14:52 +0200)
commit7344755823df5510b089cc5db30f8c1cdebdc5a2
treeb75bbbc4d9e63a2898765b8641efb4a9fae0c57a
parentd329e34c96e0429602fe39489586cd61f97a2877
ash: remove no-longer-used variable

As of 035486c75 (ash: significant overhaul of redirect saving logic,
2017-07-31), the sv_pos variable is no longer used (just assigned to,
with no further effect).

Let's just remove it.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c