Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-09-10 17:34:53 +0400
committerDenys Vlasenko <dvlasenk@redhat.com>2010-09-10 17:34:53 +0400
commit5277a9db704727f6ee5d9929cc030b676a83d431 (patch)
tree5989e8a8931287110f3bc8ce1b3c5733f62470d8
parent4f870496e7d934fcbe092478f1da8ec7a3ea4466 (diff)
hush: remove forgotten commented-out block. no code changes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
-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;