aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist/fmt_routerstatus.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-15 11:20:30 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-16 16:41:53 -0500
commit8d94bcbf8c7c34a6e2d683982ef22ab6949c34ea (patch)
treeab7bd5940a0e0afad62ab9bb4ff7ccf296f981d6 /src/feature/nodelist/fmt_routerstatus.h
parent441a048a3a135a9405f4fb8463fb60a0f11e42d2 (diff)
downloadtor-8d94bcbf8c7c34a6e2d683982ef22ab6949c34ea.tar.gz
tor-8d94bcbf8c7c34a6e2d683982ef22ab6949c34ea.zip
Remove routerstatus_format_entry() consensus_method argument as unused
Diffstat (limited to 'src/feature/nodelist/fmt_routerstatus.h')
-rw-r--r--src/feature/nodelist/fmt_routerstatus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/feature/nodelist/fmt_routerstatus.h b/src/feature/nodelist/fmt_routerstatus.h
index 7a50027a31..a007989af3 100644
--- a/src/feature/nodelist/fmt_routerstatus.h
+++ b/src/feature/nodelist/fmt_routerstatus.h
@@ -35,7 +35,6 @@ char *routerstatus_format_entry(
const char *version,
const char *protocols,
routerstatus_format_type_t format,
- int consensus_method,
const vote_routerstatus_t *vrs);
#endif /* !defined(TOR_FMT_ROUTERSTATUS_H) */