monero/src/net
Kevin Barbour 85db1734e7
Remove unused variables in monero codebase
There are quite a few variables in the code that are no longer
(or perhaps never were) in use. These were discovered by enabling
compiler warnings for unused variables and cleaning them up.

In most cases where the unused variables were the result
of a function call the call was left but the variable
assignment removed, unless it was obvious that it was
a simple getter with no side effects.
2021-02-09 08:05:05 +01:00
..
CMakeLists.txt wallet2_api: implement runtime proxy configuration 2020-07-20 13:45:12 +00:00
dandelionpp.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
dandelionpp.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
error.cpp Adding initial support for broadcasting transactions over Tor 2019-01-28 23:56:33 +00:00
error.h allow blocking whole subnets 2019-07-16 11:35:53 +00:00
fwd.h i2p: initial support 2019-01-30 13:37:45 -05:00
http.cpp wallet2_api: implement runtime proxy configuration 2020-07-20 13:45:12 +00:00
http.h wallet2_api: implement runtime proxy configuration 2020-07-20 13:45:12 +00:00
i2p_address.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
i2p_address.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
parse.cpp net: fix get_tcp_endpoint, boost address_v4 ip in host byte order 2020-08-29 18:07:46 +00:00
parse.h wallet2_api: implement runtime proxy configuration 2020-07-20 13:45:12 +00:00
socks_connect.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
socks_connect.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
socks.cpp Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
socks.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
tor_address.cpp net: fix incorrect less operator for top/i2p addresses 2020-01-18 19:18:56 -08:00
tor_address.h Adding initial support for broadcasting transactions over Tor 2019-01-28 23:56:33 +00:00
zmq.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
zmq.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00