From e3679338f2640dae140a1c9b4684daf8832dda75 Mon Sep 17 00:00:00 2001 From: Scott MacVicar Date: Mon, 12 Jan 2009 13:36:41 +0000 Subject: [PATCH] MFB This entry doesn't exist upstream any more, it also caused all error messages to be one off. --- ext/xml/compat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/xml/compat.c b/ext/xml/compat.c index 0c33cf5260..cd28a17e8a 100644 --- a/ext/xml/compat.c +++ b/ext/xml/compat.c @@ -620,7 +620,6 @@ XML_GetErrorCode(XML_Parser parser) static const XML_Char *const error_mapping[] = { "No error", - "Internal error", "No memory", "Invalid document start", "Empty document", -- 2.50.1