We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e5e34 commit 29bd8b3Copy full SHA for 29bd8b3
libraries/WiFiS3/src/WiFiClient.h
@@ -77,7 +77,6 @@ class WiFiClient : public Client {
77
std::shared_ptr<FifoBuffer<uint8_t,RX_BUFFER_DIM>> rx_buffer;
78
int _read();
79
void read_if_needed(size_t s);
80
- void clear_buffer();
81
bool destroy_at_distructor;
82
83
0 commit comments