Explorar o código

Disabled rss_process() by now.

grunfink hai 1 ano
pai
achega
9f8cd38ee7
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      rss.c

+ 2 - 0
rss.c

@@ -207,6 +207,7 @@ void rss_to_timeline(snac *user, const char *url)
 void rss_process(void)
 /* parses all RSS from all users */
 {
+#if 0
     xs *list = user_list();
     const char *uid;
 
@@ -226,4 +227,5 @@ void rss_process(void)
             user_free(&user);
         }
     }
+#endif
 }