aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iwarp-mpa.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-08-05 02:14:39 +0000
committerGuy Harris <guy@alum.mit.edu>2013-08-05 02:14:39 +0000
commit327f461190b5323bea322b080c6b592296bd6449 (patch)
treee9fd26c411a6b7d57e96ce3c1836fbdaad5edaa3 /epan/dissectors/packet-iwarp-mpa.c
parenta22331bbd2c8f54b92ade8ec9c94f3d375146b4e (diff)
Get rid of no-longer-used variables.
svn path=/trunk/; revision=51143
Diffstat (limited to 'epan/dissectors/packet-iwarp-mpa.c')
-rw-r--r--epan/dissectors/packet-iwarp-mpa.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dissectors/packet-iwarp-mpa.c b/epan/dissectors/packet-iwarp-mpa.c
index 7e70638a41..fbc1ef116e 100644
--- a/epan/dissectors/packet-iwarp-mpa.c
+++ b/epan/dissectors/packet-iwarp-mpa.c
@@ -470,8 +470,6 @@ dissect_mpa_req_rep(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
proto_item *mpa_item = NULL;
proto_item *mpa_header_item = NULL;
- proto_item* bad_pd_length_pi = NULL;
-
guint16 pd_length;
guint32 offset = 0;
@@ -680,8 +678,6 @@ dissect_mpa_fpdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
proto_tree *mpa_tree = NULL;
proto_tree *mpa_header_tree = NULL;
- proto_item* bad_ulpdu_length_pi = NULL;
-
guint8 pad_length;
guint16 ulpdu_length, exp_ulpdu_length;
guint32 offset, total_length;