Skip to content

Commit

Permalink
Fixed self-assign warnings discovered by clang
Browse files Browse the repository at this point in the history
  • Loading branch information
geky committed Sep 7, 2022
1 parent 30175de commit 47914b9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -865,11 +865,6 @@ static int lfs_dir_traverse(lfs_t *lfs,
};
sp += 1;

dir = dir;
off = off;
ptag = ptag;
attrs = attrs;
attrcount = attrcount;
tmask = 0;
ttag = 0;
begin = 0;
Expand Down

0 comments on commit 47914b9

Please sign in to comment.