fixed warnings: unused variable

pull/13476/head
talorion 2020-08-21 20:13:18 +02:00 committed by Gregor Mayramhof
parent 8d1553cf1a
commit accadee274
1 changed files with 0 additions and 1 deletions

View File

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