Skip to content

Commit aad8c4b

Browse files
committed
OTAInterfaceDefault: remove unused static function declaration
1 parent 86bbcc1 commit aad8c4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ota/interface/OTAInterfaceDefault.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
#include "OTAInterfaceDefault.h"
1515
#include "../OTA.h"
1616

17-
static uint32_t crc_update(uint32_t crc, const void * data, size_t data_len);
18-
1917
OTADefaultCloudProcessInterface::OTADefaultCloudProcessInterface(MessageStream *ms, Client* client)
2018
: OTACloudProcessInterface(ms)
2119
, client(client)

0 commit comments

Comments
 (0)