From 5fa75a6cd45d81476d5648665717d46a406845bf Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 10 Sep 2019 09:04:38 +1000 Subject: [PATCH] main: remove level number comments from the subsystem list (master) Part of 31615. --- src/app/main/subsystem_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/main/subsystem_list.c b/src/app/main/subsystem_list.c index d525708e7b..67cb12363e 100644 --- a/src/app/main/subsystem_list.c +++ b/src/app/main/subsystem_list.c @@ -53,7 +53,7 @@ const subsys_fns_t *tor_subsystems[] = { &sys_ocirc_event, &sys_btrack, - &sys_evloop, /* -20 */ + &sys_evloop, &sys_mainloop, &sys_or,