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:
parent
1e1caed1f7
commit
6e97dc3633
4 changed files with 0 additions and 357 deletions
|
@ -21,7 +21,6 @@ class ElapsedTimer;
|
|||
class Event;
|
||||
class EventLoop;
|
||||
class File;
|
||||
class IODevice;
|
||||
class LocalServer;
|
||||
class LocalSocket;
|
||||
class MappedFile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue