Remove nsTraceRefcnt::LoadLibrarySymbols, which is no longer needed due to the error handling in SymGetModuleInfoEspecial. b=391793 r+a=bsmedberg

git-svn-id: svn://10.0.0.236/trunk@231969 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2007-08-13 19:36:57 +00:00
parent 9c9e524c68
commit d7487e5e64
4 changed files with 5 additions and 76 deletions

View File

@@ -158,12 +158,6 @@ nsNativeModuleLoader::LoadModule(nsILocalFile* aFile, nsIModule* *aResult)
return rv;
}
#ifdef NS_BUILD_REFCNT_LOGGING
// Inform refcnt tracer of new library so that calls through the
// new library can be traced.
nsTraceRefcntImpl::LoadLibrarySymbols(filePath.get(), data.library);
#endif
#ifdef IMPLEMENT_BREAK_AFTER_LOAD
nsCAutoString leafName;
aFile->GetNativeLeafName(leafName);