From c0ea04814af3bafd2fa486f240e9ff7c547c7402 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Mon, 15 Nov 2004 12:00:32 +0000
Subject: [PATCH] - Removed some cruft.

---
 includes/xmlrpc.inc | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/includes/xmlrpc.inc b/includes/xmlrpc.inc
index 42f90693f227..1d6f30b64795 100644
--- a/includes/xmlrpc.inc
+++ b/includes/xmlrpc.inc
@@ -37,12 +37,7 @@
 // OF THE POSSIBILITY OF SUCH DAMAGE.
 
 if (!function_exists('xml_parser_create')) {
-  // Win 32 fix. From: "Leo West" <lwest@imaginet.fr>
-  if($WINDIR) {
-    dl("php3_xml.dll");
-  } else {
-    dl("xml.so");
-  }
+  dl("xml.so");
 }
 
 $xmlrpcI4="i4";
-- 
GitLab