summaryrefslogtreecommitdiff
path: root/test/threads/cba.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'test/threads/cba.dtd')
-rw-r--r--test/threads/cba.dtd7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/threads/cba.dtd b/test/threads/cba.dtd
deleted file mode 100644
index 71b96b4..0000000
--- a/test/threads/cba.dtd
+++ /dev/null
@@ -1,7 +0,0 @@
-<!ENTITY % c SYSTEM "http://example.org/c/c.dtd">
-%c;
-<!ENTITY % b SYSTEM "http://example.org/b/b.dtd">
-%b;
-<!ENTITY % a SYSTEM "http://example.org/a/a.dtd">
-%a;
-<!ELEMENT cba (c, b, a)>