Skip to content

Commit 6ce6186

Browse files
WiFiSSLClient: removing attributes that come from parent class
1 parent a8a4741 commit 6ce6186

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: libraries/WiFiS3/src/WiFiSSLClient.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
using namespace std;
44

55
/* -------------------------------------------------------------------------- */
6-
WiFiSSLClient::WiFiSSLClient() : _sock(-1) {
6+
WiFiSSLClient::WiFiSSLClient() {
77
/* -------------------------------------------------------------------------- */
8-
rx_buffer = std::shared_ptr<FifoBuffer<uint8_t,RX_BUFFER_DIM>>(new FifoBuffer<uint8_t,RX_BUFFER_DIM>());
98
}
109

1110
/* -------------------------------------------------------------------------- */

Diff for: libraries/WiFiS3/src/WiFiSSLClient.h

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ class WiFiSSLClient : public WiFiClient {
6060
using Print::write;
6161

6262
private:
63-
int _sock;
6463
void getSocket();
6564
int _read();
6665
void read_if_needed(size_t s);

0 commit comments

Comments
 (0)