Skip to content

Commit 07d54b5

Browse files
committed
Removing typedef no longer required due to merging arduino-libraries/ArduinoIoTCloud#98
1 parent fc61661 commit 07d54b5

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

src/Arduino_GSMConnectionHandler.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ class GSMConnectionHandler : public ConnectionHandler {
7474

7575
};
7676

77-
typedef GSMConnectionHandler TcpIpConnectionHandler;
78-
7977
#endif /* #ifdef BOARD_HAS_GSM */
8078

8179
#endif /* #ifndef GSM_CONNECTION_MANAGER_H_ */

src/Arduino_LoRaConnectionHandler.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,4 @@ class LoRaConnectionHandler : public ConnectionHandler {
8686

8787
};
8888

89-
typedef LoRaConnectionHandler LPWANConnectionHandler;
90-
9189
#endif /* ARDUINO_LORA_CONNECTION_HANDLER_H_ */

src/Arduino_NBConnectionHandler.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ class NBConnectionHandler : public ConnectionHandler {
7575

7676
};
7777

78-
typedef NBConnectionHandler TcpIpConnectionHandler;
79-
8078
#endif /* #ifdef BOARD_HAS_NB */
8179

8280
#endif /* #ifndef NB_CONNECTION_MANAGER_H_ */

src/Arduino_WiFiConnectionHandler.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ class WiFiConnectionHandler : public ConnectionHandler {
7373

7474
};
7575

76-
typedef WiFiConnectionHandler TcpIpConnectionHandler;
77-
7876
#endif /* #ifdef BOARD_HAS_WIFI */
7977

8078
#endif /* ARDUINO_WIFI_CONNECTION_HANDLER_H_ */

0 commit comments

Comments
 (0)