Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6fda842

Browse files
andreagilardonifacchinm
authored andcommitted
WiFiS3: WiFiSSLClient: remove attributes that come from parent class
1 parent 5798b34 commit 6fda842

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎libraries/WiFiS3/src/WiFiSSLClient.cpp‎

Lines changed: 1 addition & 2 deletions
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
/* -------------------------------------------------------------------------- */

‎libraries/WiFiS3/src/WiFiSSLClient.h‎

Lines changed: 0 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /