We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e1e74 commit 21cfd11Copy full SHA for 21cfd11
1 file changed
include/dynlibutils/module.hpp
@@ -427,7 +427,6 @@ class CModule : public CMemory
427
return 0;
428
429
const CMemory pBase = *pSection;
430
- const std::size_t sectionSize = pSection->m_nSectionSize;
431
432
CMemory pIter = pStartAddress ? pStartAddress : pBase;
433
0 commit comments