From bee0998d33f9cc16a066e5f47840db9b5575c7bb Mon Sep 17 00:00:00 2001 From: Valery V Yatsko Date: Mon, 4 Aug 2008 21:45:30 +0400 Subject: [PATCH] Removed global_tree declaration as unused from reject.c --- src/reject.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/reject.c b/src/reject.c index 87ec318..b5035c6 100644 --- a/src/reject.c +++ b/src/reject.c @@ -36,7 +36,6 @@ #include "match.h" #include "hash.h" -static rb_patricia_tree_t *global_tree; static rb_patricia_tree_t *reject_tree; static rb_dlink_list delay_exit; static rb_dlink_list reject_list;