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:
parent
1e1caed1f7
commit
6e97dc3633
4 changed files with 0 additions and 357 deletions
|
@ -13,7 +13,6 @@ set(SOURCES
|
|||
EventLoopImplementation.cpp
|
||||
EventLoopImplementationUnix.cpp
|
||||
File.cpp
|
||||
IODevice.cpp
|
||||
LockFile.cpp
|
||||
MappedFile.cpp
|
||||
MimeData.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue