Skip to content

Commit 21cfd11

Browse files
committed
Remove find pattern's unused variable
1 parent 95e1e74 commit 21cfd11

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/dynlibutils/module.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ class CModule : public CMemory
427427
return 0;
428428

429429
const CMemory pBase = *pSection;
430-
const std::size_t sectionSize = pSection->m_nSectionSize;
431430

432431
CMemory pIter = pStartAddress ? pStartAddress : pBase;
433432

0 commit comments

Comments
 (0)