From 877e3cfbb05f465ad18a4fdcc5d89ba59b34b629 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 17 Jun 2009 15:07:38 +0000 Subject: Remove unnecessary =NULL initialization of static pointers. --- ot_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_stats.c') diff --git a/ot_stats.c b/ot_stats.c index 2e745a4..7cbd1ce 100644 --- a/ot_stats.c +++ b/ot_stats.c @@ -82,7 +82,7 @@ union stats_network_node { }; #ifdef WANT_LOG_NETWORKS -static stats_network_node *stats_network_counters_root = NULL; +static stats_network_node *stats_network_counters_root; #endif static int stat_increase_network_count( stats_network_node **node, int depth, uintptr_t ip ) { -- cgit v1.2.3