diff options
| author | Xusheng <xusheng@vector35.com> | 2026-03-06 11:36:26 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2026-03-06 11:36:26 +0800 |
| commit | 0f3abc6256f004dfb2010083a9e52600053e7523 (patch) | |
| tree | 0daa211ef80602d8a1fb02aabc4bde21b15b5cd8 /view/pe | |
| parent | 6f4404c36f765714b7474774cc81dc4bf329ee4f (diff) | |
Remove unused variable (skip-ci)
Diffstat (limited to 'view/pe')
| -rw-r--r-- | view/pe/peview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/pe/peview.cpp b/view/pe/peview.cpp index d7e49dd3..af8350ca 100644 --- a/view/pe/peview.cpp +++ b/view/pe/peview.cpp @@ -3122,7 +3122,6 @@ bool PEView::Init() uint64_t typeId = resEntry["typeId"]->GetUnsignedInteger(); if (typeId != 16) // RT_VERSION continue; - uint64_t dataAddr = resEntry["dataAddress"]->GetUnsignedInteger(); uint64_t dataSize = resEntry["dataSize"]->GetUnsignedInteger(); if (dataSize < 6 || dataSize > 65536) break; |
