Fix a compilation warning: function does not have to be STATIC.

This commit is contained in:
Nick Mathewson 2019-05-13 14:34:16 -04:00
parent 9ad2eb8f73
commit 5d950f3edd

View File

@ -1107,7 +1107,7 @@ circpad_new_consensus_params(const networkstatus_t *ns)
/** /**
* Return true if padding is allowed by torrc and consensus. * Return true if padding is allowed by torrc and consensus.
*/ */
STATIC bool static bool
circpad_is_padding_allowed(void) circpad_is_padding_allowed(void)
{ {
/* If padding has been disabled in the consensus, don't send any more /* If padding has been disabled in the consensus, don't send any more