diff --git a/repos/os/src/lib/vfs/fs_file_system.h b/repos/os/src/lib/vfs/fs_file_system.h index 5fcb43b38..8e59b6c1c 100644 --- a/repos/os/src/lib/vfs/fs_file_system.h +++ b/repos/os/src/lib/vfs/fs_file_system.h @@ -289,9 +289,6 @@ class Vfs::Fs_file_system : public File_system source.submit_packet(p); } catch (::File_system::Session::Tx::Source::Packet_alloc_failed) { return false; - } catch (...) { - Genode::error("unhandled exception"); - return false; } return true;