aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rmcp.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-20 15:05:04 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-20 15:05:04 +0000
commit93ed82ba3ded73490593b1fcdc196ad1f0cd0da2 (patch)
treef3f6ea0f79e5ea1692cf239a5a0ffe73c7b2cf44 /epan/dissectors/packet-rmcp.c
parent7a46056fbfc2a9cc4576969987adb33e550bad06 (diff)
remove some compiler warnings about unused variables
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21072 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-rmcp.c')
-rw-r--r--epan/dissectors/packet-rmcp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dissectors/packet-rmcp.c b/epan/dissectors/packet-rmcp.c
index e33d7e35b9..fd612dbab9 100644
--- a/epan/dissectors/packet-rmcp.c
+++ b/epan/dissectors/packet-rmcp.c
@@ -50,10 +50,6 @@ static int hf_rmcp_type = -1;
static int proto_rsp = -1;
static int hf_rsp_session_id = -1;
static int hf_rsp_sequence = -1;
-static int hf_rsp_pad = -1;
-static int hf_rsp_pad_length = -1;
-static int hf_rsp_next_header = -1;
-static int hf_rsp_integrity_data = -1;
static gint ett_rmcp = -1;
static gint ett_rmcp_typeclass = -1;