diff options
author | Neel Chauhan <neel@neelc.org> | 2019-04-14 14:51:42 -0400 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2019-04-14 14:51:42 -0400 |
commit | cc87acf29b40a135745f74412caaececf8ea0329 (patch) | |
tree | 48ab94bc6bb8ba34dd5ca0973102d0f7e4e62c41 /src/feature/control/fmt_serverstatus.c | |
parent | 398c736230719e6b8eb539c7b08a5acfc0463db1 (diff) | |
download | tor-cc87acf29b40a135745f74412caaececf8ea0329.tar.gz tor-cc87acf29b40a135745f74412caaececf8ea0329.zip |
Remove unused get_options()
Diffstat (limited to 'src/feature/control/fmt_serverstatus.c')
-rw-r--r-- | src/feature/control/fmt_serverstatus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/feature/control/fmt_serverstatus.c b/src/feature/control/fmt_serverstatus.c index 1fc5d4a157..d224a1d234 100644 --- a/src/feature/control/fmt_serverstatus.c +++ b/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(). */ |