Skip to content

Commit 6bf2080

Browse files
committed
Remove unused variable
1 parent f71d269 commit 6bf2080

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Arduino_ESP32_OTA.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ int Arduino_ESP32_OTA::download(const char * ota_url)
112112
{
113113
URI url(ota_url);
114114
int port = 0;
115-
int err = -1;
116115

117116
if (url.protocol_ == "http") {
118117
_client = new WiFiClient();

0 commit comments

Comments
 (0)