mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-30 19:04:51 +00:00
deleting unused parameter
This commit is contained in:
parent
e1c6137597
commit
07214154d9
@ -615,7 +615,7 @@ private:
|
|||||||
{
|
{
|
||||||
boost::asio::async_read(socket_,
|
boost::asio::async_read(socket_,
|
||||||
boost::asio::buffer(read_msg_.data(), 1029),
|
boost::asio::buffer(read_msg_.data(), 1029),
|
||||||
[this](boost::system::error_code ec, std::size_t length)
|
[this](boost::system::error_code ec, std::size_t /*length*/))
|
||||||
{
|
{
|
||||||
if (!ec )
|
if (!ec )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user