diff options
Diffstat (limited to 'xpcom/build')
-rw-r--r-- | xpcom/build/XPCOMInit.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xpcom/build/XPCOMInit.cpp b/xpcom/build/XPCOMInit.cpp index 18aed6528a..e96314a1c5 100644 --- a/xpcom/build/XPCOMInit.cpp +++ b/xpcom/build/XPCOMInit.cpp @@ -574,10 +574,6 @@ NS_InitXPCOM2(nsIServiceManager** aResult, setlocale(LC_ALL, ""); } -#if defined(XP_UNIX) - NS_StartupNativeCharsetUtils(); -#endif - NS_StartupLocalFile(); nsDirectoryService::RealInit(); @@ -1020,9 +1016,6 @@ ShutdownXPCOM(nsIServiceManager* aServMgr) // Shutdown nsLocalFile string conversion NS_ShutdownLocalFile(); -#ifdef XP_UNIX - NS_ShutdownNativeCharsetUtils(); -#endif // Shutdown xpcom. This will release all loaders and cause others holding // a refcount to the component manager to release it. |