Skip to content

Commit 380c433

Browse files
authored
Removing unused structure mqttConnectionOptions (#89)
1 parent 8b6adfb commit 380c433

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: src/ArduinoIoTCloudTCP.h

-8
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ static uint16_t const DEFAULT_BROKER_PORT_SECURE_AUTH = 8883;
3838
static char const DEFAULT_BROKER_ADDRESS_USER_PASS_AUTH[] = "mqtts-up.iot.arduino.cc";
3939
static uint16_t const DEFAULT_BROKER_PORT_USER_PASS_AUTH = 8884;
4040

41-
// Declaration of the struct for the mqtt connection options
42-
typedef struct {
43-
int keepAlive;
44-
bool cleanSession;
45-
int timeout;
46-
} mqttConnectionOptions;
47-
48-
4941
class ArduinoIoTCloudTCP: public ArduinoIoTCloudClass {
5042
public:
5143
ArduinoIoTCloudTCP();

0 commit comments

Comments
 (0)