Browse Source

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

Part of 31615.
teor 4 years ago
parent
commit
f1c57cd1e5
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/app/main/subsystem_list.c

+ 4 - 4
src/app/main/subsystem_list.c

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