mirror of
https://github.com/avast/retdec.git
synced 2024-11-23 13:00:13 +00:00
Remove unnecessary this->
This commit is contained in:
parent
644a84a0c9
commit
fbc60bf2a8
@ -2161,7 +2161,7 @@ void PeFormat::loadDotnetHeaders()
|
||||
metadataHeader->setFlags(flags);
|
||||
|
||||
// Check if it is actually a .NET application, this check is important to be aligned with YARA scanning
|
||||
if (!this->isDotNet())
|
||||
if (!isDotNet())
|
||||
return;
|
||||
|
||||
auto currentAddress = metadataHeaderStreamsHeader + 4;
|
||||
|
Loading…
Reference in New Issue
Block a user