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