Explorar el Código

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

Part of 31615.
teor hace 4 años
padre
commit
5fa75a6cd4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,