hush: remove forgotten commented-out block. no code changes

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
Denys Vlasenko 2010-09-10 15:34:53 +02:00
parent 4f870496e7
commit 5277a9db70

View File

@ -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;