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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h
index 1ed144481..9f6ac39e6 100644
--- a/src/core/hle/result.h
+++ b/src/core/hle/result.h
@@ -17,7 +17,6 @@
*/
enum class ErrorDescription : u32 {
Success = 0,
- RemoteProcessDead = 301,
};
/**