diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/parse.c b/Src/parse.c index 6e7d40e29..d3c418184 100644 --- a/Src/parse.c +++ b/Src/parse.c @@ -309,7 +309,6 @@ parse_context_restore(const struct parse_stack *ps, int toplevel) incond = ps->incond; inredir = ps->inredir; incasepat = ps->incasepat; - incasepat = ps->incasepat; isnewlin = ps->isnewlin; infor = ps->infor; inrepeat_ = ps->inrepeat_; |