Skip to content

Commit 2cad8b9

Browse files
committed
WiFiSSLClient: remove unused variable
1 parent fbc3cb2 commit 2cad8b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arduino/libraries/WiFi/src/WiFiSSLClient.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ class WiFiSSLClient /*: public Client*/ {
5959
int connect(const char* host, uint16_t port, bool sni);
6060

6161
private:
62-
static const char* ROOT_CAs;
6362

6463
mbedtls_entropy_context _entropyContext;
6564
mbedtls_ctr_drbg_context _ctrDrbgContext;

0 commit comments

Comments
 (0)