]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
main: remove level number comments from the subsystem list (0.4.1)
authorteor <teor@torproject.org>
Mon, 9 Sep 2019 22:44:35 +0000 (08:44 +1000)
committerteor <teor@torproject.org>
Mon, 9 Sep 2019 22:44:35 +0000 (08:44 +1000)
Part of 31615.

src/app/main/subsystem_list.c

index c6378871539c017e762aca8219b4152f6f2b17ed..989b0d6f872aa053aba94bb7ba63578f979946a4 100644 (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
 };