From accadee274551532679168a816bf55db9ab7a2e3 Mon Sep 17 00:00:00 2001 From: talorion Date: Fri, 21 Aug 2020 20:13:18 +0200 Subject: [PATCH] fixed warnings: unused variable --- .../drivers/cellular/UBLOX/AT/UBLOX_AT_CellularStack.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/connectivity/drivers/cellular/UBLOX/AT/UBLOX_AT_CellularStack.cpp b/connectivity/drivers/cellular/UBLOX/AT/UBLOX_AT_CellularStack.cpp index d8cec3f7da..a8f9881b39 100644 --- a/connectivity/drivers/cellular/UBLOX/AT/UBLOX_AT_CellularStack.cpp +++ b/connectivity/drivers/cellular/UBLOX/AT/UBLOX_AT_CellularStack.cpp @@ -169,7 +169,6 @@ nsapi_size_or_error_t UBLOX_AT_CellularStack::socket_sendto_impl(CellularSocket MBED_ASSERT(socket->id != -1); int sent_len = 0; - uint8_t ch = 0; if (socket->proto == NSAPI_UDP) { if (size > UBLOX_MAX_PACKET_SIZE) {