Преглед изворни кода

kernel/error: Remove leftover 3DS error codes

These are now entirely unused and can be removed.
Lioncash пре 7 година
родитељ
комит
afb7e5cc05
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      src/core/hle/kernel/errors.h

+ 0 - 5
src/core/hle/kernel/errors.h

@@ -10,11 +10,6 @@ namespace Kernel {
 
 
 namespace ErrCodes {
 namespace ErrCodes {
 enum {
 enum {
-    // TODO(Subv): Remove these 3DS OS error codes.
-    SessionClosedByRemote = 26,
-    NoPendingSessions = 35,
-    InvalidBufferDescriptor = 48,
-
     // Confirmed Switch OS error codes
     // Confirmed Switch OS error codes
     MaxConnectionsReached = 7,
     MaxConnectionsReached = 7,
     InvalidSize = 101,
     InvalidSize = 101,