1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:27:45 +00:00

LibCore: Completely drop IODevice

Finally, the end of our journey to fallible I/O!

Now all that's left to do is to rewrite the code around each and every
.release_value_but_fixme_should_propagate_errors() call. :^)

Closes #17129.
This commit is contained in:
Ben Wiederhake 2023-05-29 22:44:47 +02:00 committed by Jelle Raaijmakers
parent 1e1caed1f7
commit 6e97dc3633
4 changed files with 0 additions and 357 deletions

View file

@ -13,7 +13,6 @@ set(SOURCES
EventLoopImplementation.cpp
EventLoopImplementationUnix.cpp
File.cpp
IODevice.cpp
LockFile.cpp
MappedFile.cpp
MimeData.cpp