summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/jit/jit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/jit/jit.h')
-rw-r--r--src/core/hle/service/jit/jit.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/core/hle/service/jit/jit.h b/src/core/hle/service/jit/jit.h
index af0f5b4f3..19014c75a 100644
--- a/src/core/hle/service/jit/jit.h
+++ b/src/core/hle/service/jit/jit.h
@@ -7,13 +7,8 @@ namespace Core {
class System;
}
-namespace Service::SM {
-class ServiceManager;
-}
-
namespace Service::JIT {
-/// Registers all JIT services with the specified service manager.
-void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
+void LoopProcess(Core::System& system);
} // namespace Service::JIT