common: Remove unused variable s_sendSize from virtual_com.c.
[gps-watch.git] / src / common / virtual_com.c
index 9b40b50d721c18d18b1880ca8b0706ffdf12acf7..207ff69247942624c4b776c989dc1a501a8c14d8 100644 (file)
@@ -103,7 +103,6 @@ static usb_cdc_acm_info_t s_usbCdcAcmInfo = {{0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, 0,
 /* Data buffer for receiving and sending*/
 static uint8_t s_currRecvBuf[DATA_BUFF_SIZE];
 volatile static uint32_t s_recvSize = 0;
-volatile static uint32_t s_sendSize = 0;
 volatile static uint8_t s_sendComplete = 0;
 static uint32_t s_usbBulkMaxPacketSize = FS_CDC_VCOM_BULK_OUT_PACKET_SIZE;
 /*******************************************************************************