[tor-commits] [tor/release-0.4.0] bwauth: remove declaring args, they are now in use

teor at torproject.org teor at torproject.org
Tue Mar 26 09:16:27 UTC 2019


commit 892b918b6610d662a9536d29c4edf9f4eac5da88
Author: juga0 <juga at riseup.net>
Date:   Thu Nov 8 09:13:54 2018 +0000

    bwauth: remove declaring args, they are now in use
---
 src/feature/dircache/dircache.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/feature/dircache/dircache.c b/src/feature/dircache/dircache.c
index 0f92dfaea..14c6302c2 100644
--- a/src/feature/dircache/dircache.c
+++ b/src/feature/dircache/dircache.c
@@ -1447,7 +1447,6 @@ static int
 handle_get_next_bandwidth(dir_connection_t *conn,
                           const get_handler_args_t *args)
 {
-  (void)args;
   log_debug(LD_DIR, "Getting next bandwidth.");
   const or_options_t *options = get_options();
   const compress_method_t compress_method =





More information about the tor-commits mailing list