diff options
author | Lars Thorsen <[email protected]> | 2012-03-21 07:38:52 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2012-03-21 07:38:52 +0100 |
commit | a3fc8eb0ed691f240023bd24bb74541020e243c4 (patch) | |
tree | f3efa6422e4ddbe5ffc6e668e3e18813cbcfbbc0 /lib/xmerl | |
parent | f224641b6c6015f26c70a05efb71e5d952c2f0d9 (diff) | |
parent | 2bb66a956eeed6721dd0ff1f5d7540a7b1eef597 (diff) | |
download | otp-a3fc8eb0ed691f240023bd24bb74541020e243c4.tar.gz otp-a3fc8eb0ed691f240023bd24bb74541020e243c4.tar.bz2 otp-a3fc8eb0ed691f240023bd24bb74541020e243c4.zip |
Merge branch 'lars/xmerl/remove-unused-file/OTP-9965' into maint
* lars/xmerl/remove-unused-file/OTP-9965:
Remove unused file
Diffstat (limited to 'lib/xmerl')
-rw-r--r-- | lib/xmerl/include/xmerl_xlink.hrl | 26 | ||||
-rw-r--r-- | lib/xmerl/src/Makefile | 1 |
2 files changed, 0 insertions, 27 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 - }). diff --git a/lib/xmerl/src/Makefile b/lib/xmerl/src/Makefile index 7009b50f6c..5b77c9478b 100644 --- a/lib/xmerl/src/Makefile +++ b/lib/xmerl/src/Makefile @@ -94,7 +94,6 @@ MODULES = $(EDOC_MODULES) \ HRL_FILES = \ ../include/xmerl.hrl \ - ../include/xmerl_xlink.hrl \ ../include/xmerl_xpath.hrl \ ../include/xmerl_xsd.hrl |