1
0
Fork 0
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:
Peter Stephenson 2008-05-17 12:15:19 +00:00
parent 2ec71bdad6
commit 63b0ca8f37
2 changed files with 4 additions and 1 deletions

View file

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