diff options
author | teor <teor@torproject.org> | 2019-09-10 09:04:38 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-09-10 09:04:38 +1000 |
commit | 5fa75a6cd45d81476d5648665717d46a406845bf (patch) | |
tree | eb7bd1592f5e7f5ed4e9c8c0a4c11917b014bd19 /src/app | |
parent | 987768b07766e752d7aa7234916abe1e8e2feb87 (diff) | |
download | tor-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.c | 2 |
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, |