summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-05-05 04:50:14 +0200
committerbunnei <bunneidev@gmail.com>2021-05-06 01:40:54 +0200
commit510f71d87191e598cf2067c89d16103b04079157 (patch)
tree0f51e7ab33029162656aa94aedb1c62f46ad5300
parentfixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created. (diff)
downloadyuzu-510f71d87191e598cf2067c89d16103b04079157.tar
yuzu-510f71d87191e598cf2067c89d16103b04079157.tar.gz
yuzu-510f71d87191e598cf2067c89d16103b04079157.tar.bz2
yuzu-510f71d87191e598cf2067c89d16103b04079157.tar.lz
yuzu-510f71d87191e598cf2067c89d16103b04079157.tar.xz
yuzu-510f71d87191e598cf2067c89d16103b04079157.tar.zst
yuzu-510f71d87191e598cf2067c89d16103b04079157.zip
-rw-r--r--src/core/hle/service/nifm/nifm.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/nifm/nifm.cpp b/src/core/hle/service/nifm/nifm.cpp
index c91427b8b..94ef3983a 100644
--- a/src/core/hle/service/nifm/nifm.cpp
+++ b/src/core/hle/service/nifm/nifm.cpp
@@ -158,8 +158,6 @@ public:
};
RegisterHandlers(functions);
- auto& kernel = system.Kernel();
-
Kernel::KAutoObject::Create(std::addressof(event1));
Kernel::KAutoObject::Create(std::addressof(event2));