summaryrefslogtreecommitdiff
path: root/devel/cdash/files/patch-cdash-common.php
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cdash/files/patch-cdash-common.php')
-rw-r--r--devel/cdash/files/patch-cdash-common.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/cdash/files/patch-cdash-common.php b/devel/cdash/files/patch-cdash-common.php
deleted file mode 100644
index b0e4d37572d7..000000000000
--- a/devel/cdash/files/patch-cdash-common.php
+++ /dev/null
@@ -1,10 +0,0 @@
---- cdash/common.php.orig 2016-05-16 19:20:14 UTC
-+++ cdash/common.php
-@@ -20,6 +20,7 @@ require_once("cdash/log.php");
-
- if (PHP_VERSION >= 5) {
- // Emulate the old xslt library functions
-+ libxml_disable_entity_loader(false);
- function xslt_create() {
- return new XsltProcessor();
- }