summaryrefslogtreecommitdiffstats
path: root/src/core/hle/result.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/result.h')
-rw-r--r--src/core/hle/result.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h
index e76be606e..c49650f7d 100644
--- a/src/core/hle/result.h
+++ b/src/core/hle/result.h
@@ -21,12 +21,6 @@
enum class ErrorDescription : u32 {
Success = 0,
- SessionClosedByRemote = 26,
- WrongPermission = 46,
- OS_InvalidBufferDescriptor = 48,
- MaxConnectionsReached = 52,
- WrongAddress = 53,
-
// Codes 1000 and above are considered "well-known" and have common values between all modules.
InvalidSection = 1000,
TooLarge = 1001,