summaryrefslogtreecommitdiff
path: root/src/test/test_helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test_helpers.c')
-rw-r--r--src/test/test_helpers.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/test_helpers.c b/src/test/test_helpers.c
index 8f4a3a9ab2..c3ca0c3554 100644
--- a/src/test/test_helpers.c
+++ b/src/test/test_helpers.c
@@ -31,7 +31,6 @@ get_yesterday_date_str(void)
return buf;
}
-
/* NOP replacement for router_descriptor_is_older_than() */
static int
router_descriptor_is_older_than_replacement(const routerinfo_t *router,
@@ -85,5 +84,3 @@ helper_setup_fake_routerlist(void)
UNMOCK(router_descriptor_is_older_than);
}
-
-