8000 Remove redundant variable set in LittleFS lib (#1737) · abdukir/arduino-pico@4f94578 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f94578

Browse files
Remove redundant variable set in LittleFS lib (earlephilhower#1737)
1 parent f08ef11 commit 4f94578

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/LittleFS/src/LittleFS.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ class LittleFSImpl : public FSImpl {
106106
if (!_mounted) {
107107
return false;
108108
}
109-
info.maxOpenFiles = _maxOpenFds;
110109
info.blockSize = _blockSize;
111110
info.pageSize = _pageSize;
112111
info.maxOpenFiles = _maxOpenFds;

0 commit comments

Comments
 (0)
0