Skip to content

Commit ab37eca

Browse files
authored
Merge pull request #255 from pennam/unused_fix
WiFiSSLClient: remove unused function declaration
2 parents 5020fd4 + 6b1c652 commit ab37eca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libraries/WiFiS3/src/WiFiSSLClient.h

-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ class WiFiSSLClient : public WiFiClient {
6464
void getSocket();
6565
int _read();
6666
void read_if_needed(size_t s);
67-
68-
private:
69-
void upload_default_Cert();
7067
};
7168

7269
#endif /* WIFISSLCLIENT_H */

0 commit comments

Comments
 (0)