diff options
| author | 2018-01-02 20:41:20 -0500 | |
|---|---|---|
| committer | 2018-01-02 20:41:20 -0500 | |
| commit | fe11b515455b549c2a0702983588c5e8c1b9d2d4 (patch) | |
| tree | a8769bb9ed6d296979a1efdcd592748fd50cbe02 /src | |
| parent | hle: Move SVC code to kernel namespace. (diff) | |
| download | yuzu-fe11b515455b549c2a0702983588c5e8c1b9d2d4.tar.gz yuzu-fe11b515455b549c2a0702983588c5e8c1b9d2d4.tar.xz yuzu-fe11b515455b549c2a0702983588c5e8c1b9d2d4.zip | |
pctl: Remove duplicate InstallInterfaces function.
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/pctl/pctl_a.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/hle/service/pctl/pctl_a.cpp b/src/core/hle/service/pctl/pctl_a.cpp index 97cd1d2ee..e3bdd6c47 100644 --- a/src/core/hle/service/pctl/pctl_a.cpp +++ b/src/core/hle/service/pctl/pctl_a.cpp | |||
| @@ -9,10 +9,6 @@ | |||
| 9 | namespace Service { | 9 | namespace Service { |
| 10 | namespace PCTL { | 10 | namespace PCTL { |
| 11 | 11 | ||
| 12 | void InstallInterfaces(SM::ServiceManager& service_manager) { | ||
| 13 | std::make_shared<PCTL_A>()->InstallAsService(service_manager); | ||
| 14 | } | ||
| 15 | |||
| 16 | void PCTL_A::GetService(Kernel::HLERequestContext& ctx) { | 12 | void PCTL_A::GetService(Kernel::HLERequestContext& ctx) { |
| 17 | LOG_WARNING(Service, "(STUBBED) called"); | 13 | LOG_WARNING(Service, "(STUBBED) called"); |
| 18 | IPC::RequestBuilder rb{ctx, 1}; | 14 | IPC::RequestBuilder rb{ctx, 1}; |