summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2017-05-24 21:04:55 -0700
committerGravatar Yuri Kunde Schlesner2017-05-24 21:06:00 -0700
commita5810d61dab191b5a8e3cbb9de9fc9a8bad88826 (patch)
tree5fcc198c486b7e1181dc1a63e32902b49d8a7b28 /src
parentCommon: Clean up meta-template logic in BitField (diff)
downloadyuzu-a5810d61dab191b5a8e3cbb9de9fc9a8bad88826.tar.gz
yuzu-a5810d61dab191b5a8e3cbb9de9fc9a8bad88826.tar.xz
yuzu-a5810d61dab191b5a8e3cbb9de9fc9a8bad88826.zip
FS: Remove unused result definition
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/fs/archive.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/hle/service/fs/archive.cpp b/src/core/hle/service/fs/archive.cpp
index 5c1235f8b..632712f2c 100644
--- a/src/core/hle/service/fs/archive.cpp
+++ b/src/core/hle/service/fs/archive.cpp
@@ -51,11 +51,6 @@ static constexpr Kernel::Handle INVALID_HANDLE{};
51namespace Service { 51namespace Service {
52namespace FS { 52namespace FS {
53 53
54// TODO: Verify code
55/// Returned when a function is passed an invalid handle.
56const ResultCode ERR_INVALID_HANDLE(ErrorDescription::InvalidHandle, ErrorModule::FS,
57 ErrorSummary::InvalidArgument, ErrorLevel::Permanent);
58
59// Command to access archive file 54// Command to access archive file
60enum class FileCommand : u32 { 55enum class FileCommand : u32 {
61 Dummy1 = 0x000100C6, 56 Dummy1 = 0x000100C6,