From 39899c04076a8e9004b173320ffbb6dbf45ff3e4 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Fri, 19 Mar 2021 00:31:08 +0100 Subject: IPC: Remove IIpcService interface (#2121) This PR remove the IIpcService.cs interface usage which isn't needed anymore since the interface is only used by IpcService class. We can use it directly. --- Ryujinx.HLE/HOS/Services/IIpcService.cs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Ryujinx.HLE/HOS/Services/IIpcService.cs (limited to 'Ryujinx.HLE/HOS/Services/IIpcService.cs') diff --git a/Ryujinx.HLE/HOS/Services/IIpcService.cs b/Ryujinx.HLE/HOS/Services/IIpcService.cs deleted file mode 100644 index f1712491..00000000 --- a/Ryujinx.HLE/HOS/Services/IIpcService.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System.Collections.Generic; -using System.Reflection; - -namespace Ryujinx.HLE.HOS.Services -{ - interface IIpcService - { - IReadOnlyDictionary Commands { get; } - } -} \ No newline at end of file -- cgit v1.2.3