diff options
author | sin-ack <sin-ack@users.noreply.github.com> | 2021-12-18 11:37:22 +0000 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2022-01-13 15:16:12 +0330 |
commit | eb389db92c4e7e09e3ce529aa173df80d75bab58 (patch) | |
tree | 16d822c8359caa531c8799dc6648075ee2ab321f /Tests | |
parent | 28063de488a8aa83de19cfb15b873ad943356838 (diff) | |
download | serenity-eb389db92c4e7e09e3ce529aa173df80d75bab58.zip |
LibCore: Remove the SocketError class
SocketError is a relic from the KResult days when we couldn't have a
string in the KResult type, only an errno. Now that we can use string
literals with Error, it's no longer necessary. gai_strerror is thread
safe, so we can use it here unlike strerror.
Diffstat (limited to 'Tests')
0 files changed, 0 insertions, 0 deletions