[lldb] Remove process->LoadModules call from DynamicLoaderPOSIXDYLD
The call is useless, as any modules loaded there will be removed in ResolveExecutableModule. Modules will be reloaded again through the GetLoadedModuleList call in DYLDRendezvous.cpp.
Loading
Please sign in to comment