aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-03-07 12:31:49 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-03-07 12:31:49 +0000
commit24133413b96c4c38b3f60a41476bc0a710bd8925 (patch)
treedf7332b136d22300ad294085f476fe88999e3a30 /epan/dissectors
parent840b816f05d52eab9278e339dc574ffa9d0cc099 (diff)
Remove a no longer needed struct.
svn path=/trunk/; revision=36155
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-bssgp.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/epan/dissectors/packet-bssgp.h b/epan/dissectors/packet-bssgp.h
index b4abf18031..379112a692 100644
--- a/epan/dissectors/packet-bssgp.h
+++ b/epan/dissectors/packet-bssgp.h
@@ -28,18 +28,6 @@
#define __PACKET_BSSGP_H__
-
-typedef struct {
- tvbuff_t *tvb;
- guint32 offset;
- packet_info *pinfo;
- proto_tree *bssgp_tree;
- proto_tree *parent_tree;
- gboolean dl_data;
- gboolean ul_data;
- guint8 pdutype;
-} build_info_t;
-
WS_VAR_IMPORT value_string_ext bssgp_cause_vals_ext;
void bssgp_suspend_ack(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len);