aboutsummaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-09-10 09:04:38 +1000
committerteor <teor@torproject.org>2019-09-10 09:04:38 +1000
commit5fa75a6cd45d81476d5648665717d46a406845bf (patch)
treeeb7bd1592f5e7f5ed4e9c8c0a4c11917b014bd19 /src/app
parent987768b07766e752d7aa7234916abe1e8e2feb87 (diff)
downloadtor-5fa75a6cd45d81476d5648665717d46a406845bf.tar.gz
tor-5fa75a6cd45d81476d5648665717d46a406845bf.zip
main: remove level number comments from the subsystem list (master)
Part of 31615.
Diffstat (limited to 'src/app')
-rw-r--r--src/app/main/subsystem_list.c2
1 files changed, 1 insertions, 1 deletions
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,