diff options
author | juga0 <juga@riseup.net> | 2018-11-08 09:13:54 +0000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-03-26 17:41:13 +1000 |
commit | 892b918b6610d662a9536d29c4edf9f4eac5da88 (patch) | |
tree | 97a6205d95a52ce044f4a858d091ecc92b1b7121 /src | |
parent | a4bf3be8bce662c77422fb88072e4685083e90b2 (diff) | |
download | tor-892b918b6610d662a9536d29c4edf9f4eac5da88.tar.gz tor-892b918b6610d662a9536d29c4edf9f4eac5da88.zip |
bwauth: remove declaring args, they are now in use
Diffstat (limited to 'src')
-rw-r--r-- | src/feature/dircache/dircache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/feature/dircache/dircache.c b/src/feature/dircache/dircache.c index 0f92dfaea1..14c6302c25 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 = |