aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-09-10 15:34:53 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-09-10 15:34:53 +0200
commit5277a9db704727f6ee5d9929cc030b676a83d431 (patch)
tree5989e8a8931287110f3bc8ce1b3c5733f62470d8 /shell
parent4f870496e7d934fcbe092478f1da8ec7a3ea4466 (diff)
downloadbusybox-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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 3faf2b326..76737a234 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;