main: remove level number comments from the subsystem list (master)

Part of 31615.
This commit is contained in:
teor 2019-09-10 09:04:38 +10:00
parent 987768b077
commit 5fa75a6cd4
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -53,7 +53,7 @@ const subsys_fns_t *tor_subsystems[] = {
&sys_ocirc_event,
&sys_btrack,
&sys_evloop, /* -20 */
&sys_evloop,
&sys_mainloop,
&sys_or,