From 228753d44597df3144309e1c118932e2d45abac0 Mon Sep 17 00:00:00 2001 From: sowle Date: Tue, 19 Feb 2019 20:56:04 +0300 Subject: [PATCH] compilation warning fixed --- src/currency_protocol/currency_protocol_defs_print.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/currency_protocol/currency_protocol_defs_print.h b/src/currency_protocol/currency_protocol_defs_print.h index 05ef76ee..68f6fa4b 100644 --- a/src/currency_protocol/currency_protocol_defs_print.h +++ b/src/currency_protocol/currency_protocol_defs_print.h @@ -66,7 +66,6 @@ namespace currency std::string print_kv_structure(const NOTIFY_REQUEST_CHAIN::request& v) { std::stringstream ss; - size_t i = 0; ss << "block_ids: {" << ENDL << print_container_of_hashs(v.block_ids, 2) << ENDL << "}"; return ss.str(); }