diff options
author | Lars Thorsen <[email protected]> | 2012-03-07 14:04:19 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2012-03-21 07:35:29 +0100 |
commit | 2bb66a956eeed6721dd0ff1f5d7540a7b1eef597 (patch) | |
tree | f3efa6422e4ddbe5ffc6e668e3e18813cbcfbbc0 /lib/xmerl/include | |
parent | f224641b6c6015f26c70a05efb71e5d952c2f0d9 (diff) | |
download | otp-2bb66a956eeed6721dd0ff1f5d7540a7b1eef597.tar.gz otp-2bb66a956eeed6721dd0ff1f5d7540a7b1eef597.tar.bz2 otp-2bb66a956eeed6721dd0ff1f5d7540a7b1eef597.zip |
Remove unused file
Diffstat (limited to 'lib/xmerl/include')
-rw-r--r-- | lib/xmerl/include/xmerl_xlink.hrl | 26 |
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 - }). |