Remove SetGCZeal() stub and its callers.

This commit is contained in:
wolfbeast 2017-06-27 00:12:45 +02:00 committed by Roy Tam
commit f8ab99eba0
6 changed files with 1 additions and 33 deletions

View file

@ -3004,12 +3004,6 @@ GENERATE_JSCONTEXTOPTION_GETTER_SETTER(Ion, ion, setIon)
#undef GENERATE_JSCONTEXTOPTION_GETTER_SETTER
NS_IMETHODIMP
nsXPCComponents_Utils::SetGCZeal(int32_t aValue, JSContext* cx)
{
return NS_OK;
}
NS_IMETHODIMP
nsXPCComponents_Utils::NukeSandbox(HandleValue obj, JSContext* cx)
{