From f1c57cd1e5d8ae88f28f764fef7f17081ebf2961 Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 10 Sep 2019 08:44:35 +1000 Subject: main: remove level number comments from the subsystem list (0.4.1) Part of 31615. --- src/app/main/subsystem_list.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/app/main/subsystem_list.c b/src/app/main/subsystem_list.c index c637887153..989b0d6f87 100644 --- a/src/app/main/subsystem_list.c +++ b/src/app/main/subsystem_list.c @@ -52,13 +52,13 @@ const subsys_fns_t *tor_subsystems[] = { &sys_ocirc_event, &sys_btrack, - &sys_mainloop, /* 5 */ - &sys_or, /* 20 */ + &sys_mainloop, + &sys_or, - &sys_relay, /* 50 */ + &sys_relay, #ifdef HAVE_MODULE_DIRAUTH - &sys_dirauth, /* 70 */ + &sys_dirauth, #endif }; -- cgit v1.2.3-54-g00ecf