Remove unused error codes

This commit is contained in:
VolcaEM
2020-05-01 22:07:45 +02:00
committed by GitHub
parent adb058acce
commit 74c210c85c

View File

@@ -13,9 +13,6 @@
namespace Service::NIFM {
constexpr ResultCode ERR_NO_INTERNET_CONNECTION{ErrorModule::NIFM, 300};
constexpr ResultCode ERR_OBJECT_IS_NULL{ErrorModule::NIFM, 350};
enum class RequestState : u32 {
NotSubmitted = 1,
Error = 1, ///< The duplicate 1 is intentional; it means both not submitted and error on HW.