mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 02:12:25 -07:00
Remove unneeded ".this"
This commit is contained in:
@@ -8,8 +8,8 @@ namespace Ryujinx.HLE.Loaders.Elf
|
||||
|
||||
public ElfDynamic(ElfDynamicTag tag, long value)
|
||||
{
|
||||
this.Tag = tag;
|
||||
this.Value = value;
|
||||
Tag = tag;
|
||||
Value = value;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user