summaryrefslogtreecommitdiff
path: root/src/or/nodelist.h
diff options
context:
space:
mode:
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 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