mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
unposted: remove duplicated assignment
This commit is contained in:
parent
d0f9150530
commit
00708285e9
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2016-09-15 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* unposted: Src/parse.c: remove duplicated assignment
|
||||
|
||||
2016-09-14 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* unposted: Doc/Zsh/expn.yo: small documentation tweaks.
|
||||
|
|
|
@ -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_;
|
||||
|
|
Loading…
Reference in a new issue