Преглед на файлове

Remove unused get_options()

Neel Chauhan преди 5 години
родител
ревизия
cc87acf29b
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      src/feature/control/fmt_serverstatus.c

+ 0 - 1
src/feature/control/fmt_serverstatus.c

@@ -66,7 +66,6 @@ list_server_status_v1(smartlist_t *routers, char **router_status_out,
   smartlist_t *rs_entries;
   time_t now = time(NULL);
   time_t cutoff = now - ROUTER_MAX_AGE_TO_PUBLISH;
-  const or_options_t *options = get_options();
   /* We include v2 dir auths here too, because they need to answer
    * controllers. Eventually we'll deprecate this whole function;
    * see also networkstatus_getinfo_by_purpose(). */