aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src/asn1_records.hrl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2014-12-16 07:43:22 +0100
committerBjörn Gustavsson <[email protected]>2015-01-12 12:22:58 +0100
commit92f5fe1fdd4982a48fe903b8d864501cc3e7e6c2 (patch)
treec4fc85bdd820921625ac653157c1d3fecf990b24 /lib/asn1/src/asn1_records.hrl
parent819d4c5622c7c90e2929e349a8f8f2a9df4c72a2 (diff)
downloadotp-92f5fe1fdd4982a48fe903b8d864501cc3e7e6c2.tar.gz
otp-92f5fe1fdd4982a48fe903b8d864501cc3e7e6c2.tar.bz2
otp-92f5fe1fdd4982a48fe903b8d864501cc3e7e6c2.zip
Remove useless fields in #state{}
Three fields ('type','value', and 'vname') are almost unused. They are set, but almost never read. Eliminate the last remaining uses and the fields themselves.
Diffstat (limited to 'lib/asn1/src/asn1_records.hrl')
-rw-r--r--lib/asn1/src/asn1_records.hrl3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/asn1/src/asn1_records.hrl b/lib/asn1/src/asn1_records.hrl
index a67c2e5cb2..84435b2d21 100644
--- a/lib/asn1/src/asn1_records.hrl
+++ b/lib/asn1/src/asn1_records.hrl
@@ -84,10 +84,7 @@
-record(state,
{module,
mname,
- type,
tname,
- value,
- vname,
erule,
parameters=[],
inputmodules=[],