Skip to content

Commit 0f3abc6

Browse files
committed
Remove unused variable (skip-ci)
1 parent 6f4404c commit 0f3abc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

view/pe/peview.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3122,7 +3122,6 @@ bool PEView::Init()
31223122
uint64_t typeId = resEntry["typeId"]->GetUnsignedInteger();
31233123
if (typeId != 16) // RT_VERSION
31243124
continue;
3125-
uint64_t dataAddr = resEntry["dataAddress"]->GetUnsignedInteger();
31263125
uint64_t dataSize = resEntry["dataSize"]->GetUnsignedInteger();
31273126
if (dataSize < 6 || dataSize > 65536)
31283127
break;

0 commit comments

Comments
 (0)