diff options
Diffstat (limited to 'src/or/dirvote_common.c')
-rw-r--r-- | src/or/dirvote_common.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/or/dirvote_common.c b/src/or/dirvote_common.c index 354ee0ce72..2ca655b527 100644 --- a/src/or/dirvote_common.c +++ b/src/or/dirvote_common.c @@ -19,22 +19,6 @@ * Vote scheduling * ===== */ -/** Set *<b>timing_out</b> to the intervals at which we would like to vote. - * Note that these aren't the intervals we'll use to vote; they're the ones - * that we'll vote to use. */ -void -dirvote_get_preferred_voting_intervals(vote_timing_t *timing_out) -{ - const or_options_t *options = get_options(); - - tor_assert(timing_out); - - timing_out->vote_interval = options->V3AuthVotingInterval; - timing_out->n_intervals_valid = options->V3AuthNIntervalsValid; - timing_out->vote_delay = options->V3AuthVoteDelay; - timing_out->dist_delay = options->V3AuthDistDelay; -} - /** Return the start of the next interval of size <b>interval</b> (in * seconds) after <b>now</b>, plus <b>offset</b>. Midnight always * starts a fresh interval, and if the last interval of a day would be |