mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 17:10:59 +01:00
25055: remove unnecessary debug test
This commit is contained in:
parent
2ec71bdad6
commit
63b0ca8f37
2 changed files with 4 additions and 1 deletions
|
|
@ -2547,7 +2547,6 @@ patmatch(Upat prog)
|
|||
save = patinput;
|
||||
|
||||
if (patmatch(next)) {
|
||||
DPUTS(!patendp, "patendp not set for backreferencing");
|
||||
if (no && !(parsfound & (1 << (no + 15)))) {
|
||||
patendp[no-1] = save;
|
||||
parsfound |= 1 << (no + 15);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue