Remove a no longer needed struct.
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 7 Mar 2011 12:31:49 +0000 (12:31 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 7 Mar 2011 12:31:49 +0000 (12:31 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36155 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-bssgp.h

index b4abf180312ab6ffe5afba89916514a25a5ada37..379112a69242d15e530ba68af948907a42844b00 100644 (file)
 #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);