mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-07-09 11:12:09 +00:00
various: remove unused variables
This commit is contained in:
parent
c83e80c263
commit
ef93b0995c
7 changed files with 1 additions and 18 deletions
|
@ -563,7 +563,6 @@ void toJsonValue(rapidjson::Document& doc, const cryptonote::connection_info& in
|
|||
{
|
||||
val.SetObject();
|
||||
|
||||
auto& al = doc.GetAllocator();
|
||||
INSERT_INTO_JSON_OBJECT(val, doc, incoming, info.incoming);
|
||||
INSERT_INTO_JSON_OBJECT(val, doc, localhost, info.localhost);
|
||||
INSERT_INTO_JSON_OBJECT(val, doc, local_ip, info.local_ip);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue