lib/littlefs: Remove assignment of variables to themselves.

To prevent compiler warnings (eg on clang).

Signed-off-by: Damien George <damien@micropython.org>
pull/8674/head
Damien George 2022-05-23 12:05:10 +10:00
rodzic 3a544b832b
commit 9269835226
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

@ -865,11 +865,6 @@ static int lfs2_dir_traverse(lfs2_t *lfs2,
};
sp += 1;
dir = dir;
off = off;
ptag = ptag;
attrs = attrs;
attrcount = attrcount;
tmask = 0;
ttag = 0;
begin = 0;