We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4980918 commit 4b6c189Copy full SHA for 4b6c189
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