mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-05 03:49:17 +00:00
Revert "Structural and Memory Safety Improvements, Analyzer Cleanup (ryubing/ryujinx!47)"
This reverts merge request !47
This commit is contained in:
@@ -4,8 +4,9 @@ namespace Ryujinx.HLE.HOS.Kernel.Ipc
|
||||
{
|
||||
class KLightClientSession : KAutoObject
|
||||
{
|
||||
|
||||
#pragma warning disable IDE0052 // Remove unread private member
|
||||
private readonly KLightSession _parent;
|
||||
#pragma warning restore IDE0052
|
||||
|
||||
public KLightClientSession(KernelContext context, KLightSession parent) : base(context)
|
||||
{
|
||||
|
||||
@@ -4,8 +4,9 @@ namespace Ryujinx.HLE.HOS.Kernel.Ipc
|
||||
{
|
||||
class KLightServerSession : KAutoObject
|
||||
{
|
||||
|
||||
#pragma warning disable IDE0052 // Remove unread private member
|
||||
private readonly KLightSession _parent;
|
||||
#pragma warning restore IDE0052
|
||||
|
||||
public KLightServerSession(KernelContext context, KLightSession parent) : base(context)
|
||||
{
|
||||
|
||||
@@ -8,7 +8,9 @@ namespace Ryujinx.HLE.HOS.Kernel.Ipc
|
||||
public KServerPort ServerPort { get; }
|
||||
public KClientPort ClientPort { get; }
|
||||
|
||||
#pragma warning disable IDE0052 // Remove unread private member
|
||||
private readonly string _name;
|
||||
#pragma warning restore IDE0052
|
||||
|
||||
private readonly ChannelState _state;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user