diff options
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index e580df2bc0..fc30c625bf 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -2170,7 +2170,6 @@ networkstatus_v2_parse_from_string(const char *s) return ns; } - /** Parse a v3 networkstatus vote, opinion, or consensus (depending on * ns_type), from <b>s</b>, and return the result. Return NULL on failure. */ networkstatus_t * |