Remove extra modules.Append() as it causes dupes in the m_images array. (Used with image list, etc.)

llvm-svn: 184082
This commit is contained in:
Michael Sartain 2013-06-17 15:35:42 +00:00
parent 28c2e33362
commit c493bd1f59
1 changed files with 0 additions and 1 deletions

View File

@ -419,7 +419,6 @@ DynamicLoaderPOSIXDYLD::LoadModuleAtAddress(const FileSpec &file, addr_t base_ad
else if ((module_sp = target.GetSharedModule(module_spec)))
{
UpdateLoadedSections(module_sp, base_addr);
modules.Append(module_sp);
}
return module_sp;