mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 15:30:48 -07:00
Remove unneeded ".this"
This commit is contained in:
@ -24,7 +24,7 @@ namespace Ryujinx.HLE.HOS.Diagnostics.Demangler
|
||||
|
||||
public Demangler(string mangled)
|
||||
{
|
||||
this.Mangled = mangled;
|
||||
Mangled = mangled;
|
||||
_position = 0;
|
||||
_length = mangled.Length;
|
||||
_canParseTemplateArgs = true;
|
||||
|
Reference in New Issue
Block a user