From 44674369c5db15f64c7b5fe53c3b7010abb783d5 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 13 Oct 2010 20:30:40 -0400 Subject: Implement node_set_exit_policy_to_reject_all with a flag Also remove some debugging code. --- src/or/nodelist.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/or/nodelist.h') diff --git a/src/or/nodelist.h b/src/or/nodelist.h index cb78366508..23f4a16427 100644 --- a/src/or/nodelist.h +++ b/src/or/nodelist.h @@ -55,12 +55,5 @@ void node_set_country(node_t *node); void nodelist_add_node_family(smartlist_t *nodes, const node_t *node); int nodes_in_same_family(const node_t *node1, const node_t *node2); -/* This means: implement this code or function or thing, nick! */ -#define UNIMPLEMENTED_NODELIST() \ - while (unimplemented_nodelist_truth) { \ - tor_assert(0); \ - } -extern int unimplemented_nodelist_truth; - #endif -- cgit v1.2.3-54-g00ecf