aboutsummaryrefslogtreecommitdiff
path: root/src/or/nodelist.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-10-13 20:30:40 -0400
committerNick Mathewson <nickm@torproject.org>2010-10-13 20:30:40 -0400
commit44674369c5db15f64c7b5fe53c3b7010abb783d5 (patch)
tree5e4ab85f2263b3980e27b7331db98371742b2b65 /src/or/nodelist.h
parent3aec6556941433e4770226530457eb79a511b555 (diff)
downloadtor-44674369c5db15f64c7b5fe53c3b7010abb783d5.tar
tor-44674369c5db15f64c7b5fe53c3b7010abb783d5.tar.gz
Implement node_set_exit_policy_to_reject_all with a flag
Also remove some debugging code.
Diffstat (limited to 'src/or/nodelist.h')
-rw-r--r--src/or/nodelist.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/or/nodelist.h b/src/or/nodelist.h
index cb7836650..23f4a1642 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