Skip to content

Commit bf21556

Browse files
author
Björn Mellström
committed
Remove unused variable in Esp.cpp
1 parent 1970644 commit bf21556

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/esp8266/Esp.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ struct rst_info * EspClass::getResetInfoPtr(void) {
396396
}
397397

398398
bool EspClass::eraseConfig(void) {
399-
bool ret = true;
400399
const size_t cfgSize = 0x4000;
401400
size_t cfgAddr = ESP.getFlashChipSize() - cfgSize;
402401

0 commit comments

Comments
 (0)