mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
lib/littlefs: Remove assignment of variables to themselves.
To prevent compiler warnings (eg on clang). Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user