diff options
author | Björn Gustavsson <[email protected]> | 2012-11-12 14:26:46 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-11-22 17:23:12 +0100 |
commit | 3d8455a53e1980c82cf329c9bbe01ce51c17248b (patch) | |
tree | d998f2c9cc81d248f971916cae5089b0c1705a04 /lib/asn1/doc/src/asn1_ug.xml | |
parent | 3945f3daaf9fb0038e9aacae1b11275a1e05b649 (diff) | |
download | otp-3d8455a53e1980c82cf329c9bbe01ce51c17248b.tar.gz otp-3d8455a53e1980c82cf329c9bbe01ce51c17248b.tar.bz2 otp-3d8455a53e1980c82cf329c9bbe01ce51c17248b.zip |
Remove the obsolete and deprecated 'keyed_list' option
The 'keyed_list' was only supported for the 'ber' and 'ber_bin'
backends and has been undocumented for a long time. Also remove
the note in the documentation about the feature.
Diffstat (limited to 'lib/asn1/doc/src/asn1_ug.xml')
-rw-r--r-- | lib/asn1/doc/src/asn1_ug.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/asn1/doc/src/asn1_ug.xml b/lib/asn1/doc/src/asn1_ug.xml index 1b399fb641..09b9e7315a 100644 --- a/lib/asn1/doc/src/asn1_ug.xml +++ b/lib/asn1/doc/src/asn1_ug.xml @@ -1287,14 +1287,6 @@ Pdu ::= SEQUENCE { <p>Values can be assigned in Erlang as shown below:</p> <pre> MyPdu = #'Pdu'{a=22,b=77.99,c={0,1,2,3,4},d='NULL'}. </pre> -<note> - <p> - In very early versions of the asn1 compiler it was also possible to - specify the values of the components in - a SEQUENCE or a SET as a list of tuples <c>{ComponentName,Value}</c>. - This is no longer supported. - </p> -</note> <p>The decode functions will return a record as result when decoding a <c>SEQUENCE</c> or a <c>SET</c>. <marker id="DEFAULT"></marker> |