aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.h
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-08-17 23:27:02 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-08-17 23:49:39 +0200
commitd5c83f201441f2582dd074729d2ccdce90b1243e (patch)
tree7ba32ccadbfb2af6c79b6bf09b4f986ba614725a /src/or/routerparse.h
parent5ffe105598135a92777d78cc82399fa281c52c5f (diff)
downloadtor-d5c83f201441f2582dd074729d2ccdce90b1243e.tar
tor-d5c83f201441f2582dd074729d2ccdce90b1243e.tar.gz
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/routerparse.h')
-rw-r--r--src/or/routerparse.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/or/routerparse.h b/src/or/routerparse.h
index 2313f68e0..e5ebf0761 100644
--- a/src/or/routerparse.h
+++ b/src/or/routerparse.h
@@ -30,11 +30,6 @@ int router_parse_list_from_string(const char **s, const char *eos,
int is_extrainfo,
int allow_annotations,
const char *prepend_annotations);
-int router_parse_routerlist_from_directory(const char *s,
- routerlist_t **dest,
- crypto_pk_env_t *pkey,
- int check_version,
- int write_to_cache);
int router_parse_runningrouters(const char *str);
int router_parse_directory(const char *str);