diff options
author | Denys Vlasenko | 2010-09-10 15:34:53 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-09-10 15:34:53 +0200 |
commit | 5277a9db704727f6ee5d9929cc030b676a83d431 (patch) | |
tree | 5989e8a8931287110f3bc8ce1b3c5733f62470d8 /shell | |
parent | 4f870496e7d934fcbe092478f1da8ec7a3ea4466 (diff) | |
download | busybox-5277a9db704727f6ee5d9929cc030b676a83d431.zip busybox-5277a9db704727f6ee5d9929cc030b676a83d431.tar.gz |
hush: remove forgotten commented-out block. no code changes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/hush.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/hush.c b/shell/hush.c index 3faf2b3..76737a2 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -4417,10 +4417,6 @@ static int expand_on_ifs(o_string *output, int n, const char *str) #endif static char *encode_then_expand_string(const char *str, int process_bkslash, int do_unbackslash) { -//#if !ENABLE_HUSH_BASH_COMPAT -// const int process_bkslash = 1; -// const int do_unbackslash = 1; -//#endif char *exp_str; struct in_str input; o_string dest = NULL_O_STRING; |