From 29bb0505d5c1e778d6c55f1a71b327a9f65c5381 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 7 Jul 2009 22:22:05 +0000 Subject: NULL is zero on all platforms we run on. svn path=/trunk/; revision=29003 --- epan/dfilter/dfilter.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'epan/dfilter/dfilter.c') diff --git a/epan/dfilter/dfilter.c b/epan/dfilter/dfilter.c index 624e231f36..b7b7da4d3f 100644 --- a/epan/dfilter/dfilter.c +++ b/epan/dfilter/dfilter.c @@ -171,12 +171,6 @@ dfwork_new(void) dfwork_t *dfw; dfw = g_new0(dfwork_t, 1); - - dfw->st_root = NULL; - dfw->insns = NULL; - dfw->consts = NULL; - dfw->loaded_fields = NULL; - dfw->interesting_fields = NULL; dfw->first_constant = -1; return dfw; -- cgit v1.2.1