vfs: remove Read_result::READ_ERR_INTERRUPT

The error condition was too vague and thereby remained unused in
practice.

Issue #4706
This commit is contained in:
Norman Feske
2022-12-20 12:15:14 +01:00
committed by Christian Helmuth
parent ba78cf72ae
commit 9a2c03d2c6
14 changed files with 4 additions and 21 deletions

View File

@ -152,7 +152,6 @@ static inline void print(Genode::Output &output, Vfs::File_io_service::Read_resu
CASE_PRINT(READ_ERR_WOULD_BLOCK);
CASE_PRINT(READ_ERR_INVALID);
CASE_PRINT(READ_ERR_IO);
CASE_PRINT(READ_ERR_INTERRUPT);
CASE_PRINT(READ_QUEUED);
}