diff options
author | Björn Gustavsson <[email protected]> | 2014-08-22 10:15:04 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-09-01 14:37:14 +0200 |
commit | f4ac66dc45dff2b0e6a7b2abdc24fd5ffb1c53fa (patch) | |
tree | e06a1084049a48739748daee2ff0d7fb4f10527f /lib/asn1/src/asn1ct_tok.erl | |
parent | a1260b2ffa60581ce3af0728320b593cca3fd7b0 (diff) | |
download | otp-f4ac66dc45dff2b0e6a7b2abdc24fd5ffb1c53fa.tar.gz otp-f4ac66dc45dff2b0e6a7b2abdc24fd5ffb1c53fa.tar.bz2 otp-f4ac66dc45dff2b0e6a7b2abdc24fd5ffb1c53fa.zip |
Remove unused code for ABSTRACT-SYNTAX and TYPE-IDENTIFIER
Before classes were fully implemented, there was support for
ABSTRACT-SYNTAX and TYPE-IDENTIFIER. Some of that code is still
there and is no longer used. Get rid of it and correct comments.
Diffstat (limited to 'lib/asn1/src/asn1ct_tok.erl')
-rw-r--r-- | lib/asn1/src/asn1ct_tok.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/asn1/src/asn1ct_tok.erl b/lib/asn1/src/asn1ct_tok.erl index 33f4379173..8687ed955c 100644 --- a/lib/asn1/src/asn1ct_tok.erl +++ b/lib/asn1/src/asn1ct_tok.erl @@ -309,7 +309,6 @@ check_hex(_) -> %% returns rstrtype if A is a reserved word in the group %% RestrictedCharacterStringType reserved_word('ABSENT') -> true; -%reserved_word('ABSTRACT-SYNTAX') -> true; % impl as predef item reserved_word('ALL') -> true; reserved_word('ANY') -> true; reserved_word('APPLICATION') -> true; @@ -380,7 +379,6 @@ reserved_word('T61String') -> rstrtype; reserved_word('TAGS') -> true; reserved_word('TeletexString') -> rstrtype; reserved_word('TRUE') -> true; -%% reserved_word('TYPE-IDENTIFIER') -> true; % impl as predef item reserved_word('UNION') -> true; reserved_word('UNIQUE') -> true; reserved_word('UNIVERSAL') -> true; |