From 328d05aeb99f2e1561da1fef4513156dce1776c0 Mon Sep 17 00:00:00 2001 From: pocomane Date: Sat, 31 Jul 2021 11:56:51 +0200 Subject: [PATCH] FIX unnecessary folder unmounting --- mbc.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mbc.c b/mbc.c index 7ead801..7080e29 100644 --- a/mbc.c +++ b/mbc.c @@ -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;