various: remove unused variables

This commit is contained in:
moneromooo-monero
2018-12-07 15:46:52 +00:00
parent c83e80c263
commit ef93b0995c
7 changed files with 1 additions and 18 deletions

View File

@@ -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);