diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-27 14:49:21 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-27 14:49:21 +0200 |
commit | 3f44a6be58805ff628c03b81597fbf15df88c098 (patch) | |
tree | e8f19c866c34328ba5bcc74a9834b184154ff7d0 | |
parent | 5ac04f2f02207f1c9109f8d40b2b427999c44e75 (diff) | |
download | busybox-w32-3f44a6be58805ff628c03b81597fbf15df88c098.tar.gz busybox-w32-3f44a6be58805ff628c03b81597fbf15df88c098.tar.bz2 busybox-w32-3f44a6be58805ff628c03b81597fbf15df88c098.zip |
ash: delete leftovers from "simplify EOF/newline handling in list parser" commit
This commit should have deleted these two statements:
commit c0e007663d30f83b0e5e074db34dcffaa8915e99
Author: Ron Yorston <rmy@pobox.com>
Date: Thu Oct 29 11:30:55 2015 +0000
ash: simplify EOF/newline handling in list parser
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | shell/ash.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/ash.c b/shell/ash.c index d38378411..05de8660d 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -13314,10 +13314,6 @@ reset(void) | |||
13314 | g_parsefile->left_in_line = 0; /* clear input buffer */ | 13314 | g_parsefile->left_in_line = 0; /* clear input buffer */ |
13315 | popallfiles(); | 13315 | popallfiles(); |
13316 | 13316 | ||
13317 | /* from parser.c: */ | ||
13318 | tokpushback = 0; | ||
13319 | checkkwd = 0; | ||
13320 | |||
13321 | /* from redir.c: */ | 13317 | /* from redir.c: */ |
13322 | while (redirlist) | 13318 | while (redirlist) |
13323 | popredir(/*drop:*/ 0, /*restore:*/ 0); | 13319 | popredir(/*drop:*/ 0, /*restore:*/ 0); |