diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-08-17 23:27:02 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-08-17 23:49:39 +0200 |
commit | d5c83f201441f2582dd074729d2ccdce90b1243e (patch) | |
tree | 7ba32ccadbfb2af6c79b6bf09b4f986ba614725a /src/or/dirserv.h | |
parent | 5ffe105598135a92777d78cc82399fa281c52c5f (diff) | |
download | tor-d5c83f201441f2582dd074729d2ccdce90b1243e.tar.gz tor-d5c83f201441f2582dd074729d2ccdce90b1243e.zip |
Remove unused function declarations
Also remove some #if 0'd code from the unit tests for buffers. The
code was killed in e6794e58081af773073c266e23fe3ab2ebecdb7e (5 years
ago), and is now broken anyways.
Diffstat (limited to 'src/or/dirserv.h')
-rw-r--r-- | src/or/dirserv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/dirserv.h b/src/or/dirserv.h index fc5a5549c5..5ebcb8b2b0 100644 --- a/src/or/dirserv.h +++ b/src/or/dirserv.h @@ -55,7 +55,6 @@ enum was_router_added_t dirserv_add_multiple_descriptors( enum was_router_added_t dirserv_add_descriptor(routerinfo_t *ri, const char **msg, const char *source); -void dirserv_free_descriptors(void); void dirserv_set_router_is_running(routerinfo_t *router, time_t now); int list_server_status_v1(smartlist_t *routers, char **router_status_out, int for_controller); |