summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/StExecutableImage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/StExecutableImage.cpp b/common/StExecutableImage.cpp
index 7f5eb0a..6e36d4f 100644
--- a/common/StExecutableImage.cpp
+++ b/common/StExecutableImage.cpp
@@ -289,7 +289,6 @@ void StExecutableImage::insertOrMergeRegion(MemoryRegion & inRegion)
uint32_t newEnd = newStart + inRegion.m_length;
MemoryRegionList::iterator it = m_image.begin();
- MemoryRegionList::iterator sortedPosition = m_image.begin();
for (; it != m_image.end(); ++it)
{
MemoryRegion & region = *it;