aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rtse
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-01-16 20:41:23 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-01-16 20:41:23 +0000
commit7629966a0081f144c7dd62097dd2f75f668ef687 (patch)
tree32e4d5672f0d3cd7b5eb84edc233af0d3446629f /asn1/rtse
parent3590fc0713427a20d2233242fdccd8637af9f089 (diff)
- Removed some unused variables in asn1 dissectors
- Fixed last parameter to cry_cipher_open() in pkcs12 svn path=/trunk/; revision=24116
Diffstat (limited to 'asn1/rtse')
-rw-r--r--asn1/rtse/packet-rtse-template.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/asn1/rtse/packet-rtse-template.c b/asn1/rtse/packet-rtse-template.c
index e0242f9b18..4ab3ea1e00 100644
--- a/asn1/rtse/packet-rtse-template.c
+++ b/asn1/rtse/packet-rtse-template.c
@@ -53,9 +53,6 @@ int proto_rtse = -1;
static struct SESSION_DATA_STRUCTURE* session = NULL;
static gboolean open_request=FALSE;
-/* indirect_reference, used to pick up the signalling so we know what
- kind of data is transferred in SES_DATA_TRANSFER_PDUs */
-static guint32 indir_ref=0;
static guint32 app_proto=0;
static proto_tree *top_tree=NULL;