Removed forgotten #ifdef

This commit is contained in:
Tomas Pilny 2023-08-18 15:02:20 +02:00
parent 4c4a6b8d37
commit dd091755ee

View file

@ -508,7 +508,6 @@ int WiFiClient::available()
// Though flushing means to send all pending data,
// seems that in Arduino it also means to clear RX
void WiFiClient::flush() {
#ifdef ARDUINO_DEBUG_LEVEL
_rxBuffer->flush();
}