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

FS: Remove unused result definition

Yuri Kunde Schlesner пре 9 година
родитељ
комит
a5810d61da
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      src/core/hle/service/fs/archive.cpp

+ 0 - 5
src/core/hle/service/fs/archive.cpp

@@ -51,11 +51,6 @@ static constexpr Kernel::Handle INVALID_HANDLE{};
 namespace Service {
 namespace Service {
 namespace FS {
 namespace FS {
 
 
-// TODO: Verify code
-/// Returned when a function is passed an invalid handle.
-const ResultCode ERR_INVALID_HANDLE(ErrorDescription::InvalidHandle, ErrorModule::FS,
-                                    ErrorSummary::InvalidArgument, ErrorLevel::Permanent);
-
 // Command to access archive file
 // Command to access archive file
 enum class FileCommand : u32 {
 enum class FileCommand : u32 {
     Dummy1 = 0x000100C6,
     Dummy1 = 0x000100C6,