aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-giop.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-04-10 18:25:50 -0700
committerGerald Combs <gerald@wireshark.org>2014-04-11 01:32:13 +0000
commit7ac3ed366c306df80064b569434f878baf93e8a4 (patch)
tree31b551f7434d2f74ca170928237675ebc27848f3 /epan/dissectors/packet-giop.c
parent725c2b3354ca446525b9931746b2441de6b8b816 (diff)
Fix unused variable warnings found by clang.
Change-Id: I31ff6d9bfcedfc1e3cab4e191d8dbf8de347abb1 Reviewed-on: https://code.wireshark.org/review/1065 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'epan/dissectors/packet-giop.c')
-rw-r--r--epan/dissectors/packet-giop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-giop.c b/epan/dissectors/packet-giop.c
index 46e587f61b..e0b74e4756 100644
--- a/epan/dissectors/packet-giop.c
+++ b/epan/dissectors/packet-giop.c
@@ -574,7 +574,6 @@ static const value_string tckind_vals[] = {
* These values are taken from the CORBA 3.0.2 standard,
* section 13.7.1 "Standard Service Contexts".
*/
-static const guint32 max_service_context_id = 0x10;
static const value_string service_context_ids[] = {
{ 0x00, "TransactionService" },
{ 0x01, "CodeSets"},