Bug 1373525 - dom/plugins: Remove unused member function PluginModuleMapping::IsLoadModuleOnStack(). r=jimm
The static variable PluginModuleMapping::sIsLoadModuleOnStack is only accessed within the class PluginModuleMapping and the unused getter IsLoadModuleOnStack() can be removed. dom/plugins/ipc/PluginModuleParent.cpp:313:5 [-Wunused-member-function] unused member function 'IsLoadModuleOnStack' MozReview-Commit-ID: 5UCxHZUQCNQ
This commit is contained in:
@@ -309,12 +309,6 @@ public:
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
static bool
|
||||
IsLoadModuleOnStack()
|
||||
{
|
||||
return sIsLoadModuleOnStack;
|
||||
}
|
||||
|
||||
class MOZ_RAII NotifyLoadingModule
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user