1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:47: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

@ -21,7 +21,6 @@ class ElapsedTimer;
class Event;
class EventLoop;
class File;
class IODevice;
class LocalServer;
class LocalSocket;
class MappedFile;