summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorAdmiral H. Curtiss <pikachu025@gmail.com>2023-04-17 03:43:29 +0200
committerAdmiral H. Curtiss <pikachu025@gmail.com>2023-04-17 03:43:29 +0200
commit37a30a5e506107aac7ea1c2d6d215edde41019c2 (patch)
tree9e0ef7fc903bda3cef6ac6c80601d54a530ab15e /Source/Core
parent1a2dcc53f2d7a85b0d49e9d2b12d819a2f57b835 (diff)
IOS/WiiSockMan: Remove declaration to nonexistent DecodeError().
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/IOS/Network/Socket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Core/IOS/Network/Socket.h b/Source/Core/Core/IOS/Network/Socket.h
index 2a2350d752..127e42bc72 100644
--- a/Source/Core/Core/IOS/Network/Socket.h
+++ b/Source/Core/Core/IOS/Network/Socket.h
@@ -252,7 +252,6 @@ public:
};
static s32 GetNetErrorCode(s32 ret, std::string_view caller, bool is_rw);
- static char* DecodeError(s32 ErrorCode);
static WiiSockMan& GetInstance()
{