浏览代码

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

Part of 31615.
teor 4 年之前
父节点
当前提交
5fa75a6cd4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,