Przeglądaj źródła

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

Part of 31615.
teor 4 lat temu
rodzic
commit
5fa75a6cd4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/app/main/subsystem_list.c

+ 1 - 1
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,