pctl: Remove duplicate InstallInterfaces function.

This commit is contained in:
bunnei 2018-01-02 20:41:20 -05:00
parent 480906fe1b
commit fe11b51545

View File

@ -9,10 +9,6 @@
namespace Service {
namespace PCTL {
void InstallInterfaces(SM::ServiceManager& service_manager) {
std::make_shared<PCTL_A>()->InstallAsService(service_manager);
}
void PCTL_A::GetService(Kernel::HLERequestContext& ctx) {
LOG_WARNING(Service, "(STUBBED) called");
IPC::RequestBuilder rb{ctx, 1};