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

Part of 31615.
This commit is contained in:
teor 2019-09-10 08:44:35 +10:00
parent 7e22d99346
commit f1c57cd1e5
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -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
};