aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rmt-fec.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-05-24 17:24:58 +0000
committerEvan Huus <eapache@gmail.com>2013-05-24 17:24:58 +0000
commitf953ba8346a2daed462c2371ae3b10c1d166eb78 (patch)
tree02620d8ff22d815aefe7725a3046765f050c8b8d /epan/dissectors/packet-rmt-fec.c
parentd12fc51afd1bca6c0b7b2858a18772b29f514c0c (diff)
Remove unused function parameter, rename variable to avoid shadowing.
svn path=/trunk/; revision=49556
Diffstat (limited to 'epan/dissectors/packet-rmt-fec.c')
-rw-r--r--epan/dissectors/packet-rmt-fec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rmt-fec.c b/epan/dissectors/packet-rmt-fec.c
index bb2125922b..9a7d070a95 100644
--- a/epan/dissectors/packet-rmt-fec.c
+++ b/epan/dissectors/packet-rmt-fec.c
@@ -96,7 +96,7 @@ const value_string string_fec_encoding_id[] =
/* ---------- */
/* Decode an EXT_FTI extension and fill FEC array */
-void fec_decode_ext_fti(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset, int length, guint8 encoding_id)
+void fec_decode_ext_fti(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset, guint8 encoding_id)
{
guint64 transfer_length;
fec_packet_data_t* fec_data;