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

@ -1479,10 +1479,6 @@ SpecialPowersAPI.prototype = {
Cu.schedulePreciseGC(genGCCallback(callback));
},
setGCZeal: function(zeal) {
Cu.setGCZeal(zeal);
},
isMainProcess: function() {
try {
return Cc["@mozilla.org/xre/app-info;1"].