Skip to content
Snippets Groups Projects
Commit f08ae8c8 authored by Adrien Béraud's avatar Adrien Béraud Committed by Adrien Béraud
Browse files

sync module: remove unused variable

Change-Id: Id7374e2d3e264e3fc96de6b0cc2cab8707839ef2
parent 2108b3dc
Branches
Tags
No related merge requests found
...@@ -58,7 +58,6 @@ SyncModule::Impl::syncInfos(const std::shared_ptr<dhtnet::ChannelSocket>& socket ...@@ -58,7 +58,6 @@ SyncModule::Impl::syncInfos(const std::shared_ptr<dhtnet::ChannelSocket>& socket
auto acc = account_.lock(); auto acc = account_.lock();
if (!acc) if (!acc)
return; return;
Json::Value syncValue;
msgpack::sbuffer buffer(UINT16_MAX); // Use max pkt size msgpack::sbuffer buffer(UINT16_MAX); // Use max pkt size
std::error_code ec; std::error_code ec;
if (!syncMsg) { if (!syncMsg) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment