Skip to content

Commit e9233c5

Browse files
committed
MCU8MASS-933 Remove unused function testHttp()
1 parent f4a82cf commit e9233c5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

examples/https/https.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
#define DOMAIN "httpbin.org"
1212

13-
void testHttp();
14-
1513
void setup() {
1614
LedCtrl.begin();
1715
LedCtrl.startupCycle();

examples/https_with_header/https_with_header.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
#define DOMAIN "httpbin.org"
1313

14-
void testHttp();
15-
1614
void setup() {
1715
LedCtrl.begin();
1816
LedCtrl.startupCycle();

0 commit comments

Comments
 (0)