Skip to content

Commit

Permalink
FIX unnecessary folder unmounting
Browse files Browse the repository at this point in the history
  • Loading branch information
pocomane committed Jul 31, 2021
1 parent 211260b commit 328d05a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mbc.c
Original file line number Diff line number Diff line change
Expand Up @@ -788,12 +788,6 @@ static int rom_unlink(system_t* sys) {
}
}

result = filesystem_unbind(aux_path);
if (result) {
PRINTERR("Can not unbind %s\n", aux_path);
return result;
}

rmdir(aux_path); // No issue if error

return result;
Expand Down

0 comments on commit 328d05a

Please sign in to comment.