Bug 1413845 - Remove PluginPRLibrary as it is unused. r=jimm

This commit is contained in:
Marco Castelluccio
2017-11-02 11:03:24 +01:00
parent e0f3c849bb
commit c66949f9b1
7 changed files with 1 additions and 509 deletions

View File

@@ -301,8 +301,6 @@ PluginModuleChild::InitForChrome(const std::string& aPluginFilename,
GetIPCChannel()->SetAbortOnError(true);
// TODO: use PluginPRLibrary here
#if defined(OS_LINUX) || defined(OS_BSD) || defined(OS_SOLARIS)
mShutdownFunc =
(NP_PLUGINSHUTDOWN) PR_FindFunctionSymbol(mLibrary, "NP_Shutdown");