about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Src/pattern.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a2c4a155..c58c0d672 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-17  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 25055: Src/pattern.c: remove unnecessary debug test.
+
 2008-05-16  Peter Stephenson  <pws@csr.com>
 
 	* 25052: Doc/Zsh/compctl.yo, Doc/Zsh/compsys.yo,
diff --git a/Src/pattern.c b/Src/pattern.c
index c66f73451..f7ef7774e 100644
--- a/Src/pattern.c
+++ b/Src/pattern.c
@@ -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);