]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove unused get_options()
authorNeel Chauhan <neel@neelc.org>
Sun, 14 Apr 2019 18:51:42 +0000 (14:51 -0400)
committerNeel Chauhan <neel@neelc.org>
Sun, 14 Apr 2019 18:51:42 +0000 (14:51 -0400)
src/feature/control/fmt_serverstatus.c

index 1fc5d4a1572da8f2f12e32e2245c9732669d199c..d224a1d23431ea58e8d56a0bfdc0a3afcbda2be2 100644 (file)
@@ -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(). */