aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btrfcomm.c
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-19 06:45:57 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-19 06:45:57 +0000
commit2b595d83dd0c37f48a3e19aeaf5b70521ca7a584 (patch)
treeb3fb39cba81232527c94c042319f0dbf9373d43b /epan/dissectors/packet-btrfcomm.c
parent91a895742c6cc3c129e63ae61a4524f09d879ae3 (diff)
Remove superfluous NULL assignment
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32891 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-btrfcomm.c')
-rw-r--r--epan/dissectors/packet-btrfcomm.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/epan/dissectors/packet-btrfcomm.c b/epan/dissectors/packet-btrfcomm.c
index c4e59e5221..06d0cdaab2 100644
--- a/epan/dissectors/packet-btrfcomm.c
+++ b/epan/dissectors/packet-btrfcomm.c
@@ -70,13 +70,11 @@ static int hf_msc_l = -1;
static int hf_fcs = -1;
-
/* Initialize the protocol and registered fields */
static int proto_btrfcomm = -1;
/* Initialize the subtree pointers */
-
static gint ett_btrfcomm = -1;
static gint ett_btrfcomm_ctrl = -1;
static gint ett_addr = -1;
@@ -85,8 +83,7 @@ static gint ett_mcc = -1;
static gint ett_ctrl_pn_ci = -1;
static gint ett_ctrl_pn_v24 = -1;
-
-static emem_tree_t *dlci_table=NULL;
+static emem_tree_t *dlci_table;
typedef struct _dlci_stream_t {
int len;