mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 01:42:25 -07:00
Remove unneeded ".this"
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Ryujinx.HLE.HOS.Diagnostics.Demangler.Ast
|
||||
|
||||
public FunctionParameter(string number) : base(NodeType.FunctionParameter)
|
||||
{
|
||||
this._number = number;
|
||||
_number = number;
|
||||
}
|
||||
|
||||
public override void PrintLeft(TextWriter writer)
|
||||
|
Reference in New Issue
Block a user