From 5277a9db704727f6ee5d9929cc030b676a83d431 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 10 Sep 2010 15:34:53 +0200 Subject: hush: remove forgotten commented-out block. no code changes Signed-off-by: Denys Vlasenko --- shell/hush.c | 4 ---- 1 file changed, 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; -- cgit v1.2.3