summaryrefslogtreecommitdiff
path: root/lib/xmerl/include
diff options
context:
space:
mode:
authorLars Thorsen <lars@erlang.org>2012-03-07 14:04:19 +0100
committerLars Thorsen <lars@erlang.org>2012-03-21 07:35:29 +0100
commit2bb66a956eeed6721dd0ff1f5d7540a7b1eef597 (patch)
treef3efa6422e4ddbe5ffc6e668e3e18813cbcfbbc0 /lib/xmerl/include
parentf224641b6c6015f26c70a05efb71e5d952c2f0d9 (diff)
downloaderlang-2bb66a956eeed6721dd0ff1f5d7540a7b1eef597.tar.gz
Remove unused file
Diffstat (limited to 'lib/xmerl/include')
-rw-r--r--lib/xmerl/include/xmerl_xlink.hrl26
1 files changed, 0 insertions, 26 deletions
diff --git a/lib/xmerl/include/xmerl_xlink.hrl b/lib/xmerl/include/xmerl_xlink.hrl
deleted file mode 100644
index 375e244c23..0000000000
--- a/lib/xmerl/include/xmerl_xlink.hrl
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-%% The following is a brief summary of the element types (columns) on
-%% which the global attributes are allowed:
-%%
-%% simple extended locator arc resource title
-%% type X X X X X X
-%% href X X
-%% role X X X X
-%% title X X X X
-%% show X X X
-%% actuate X X X
-%% from X
-%% to X
-%%
--record(xlink, {
- type, % simple | extended | locator | arc | resource | title
- href,
- role
- title,
- show,
- actuate,
- from,
- to
- }).