Bug 1428043 - Remove useless systemlibs.js import; r=jryans

MozReview-Commit-ID: HzshbzyPraq

--HG--
extra : rebase_source : 71156aafc13e09c8960abf51685cbece9d950b12
This commit is contained in:
Patrick Brosset 2018-01-04 16:20:59 +01:00
parent 7e0011ceb3
commit 375a23cd02

View File

@ -57,11 +57,6 @@ XPCOMUtils.defineLazyGetter(this, "sysInfo", () => {
return Cc["@mozilla.org/system-info;1"].getService(Ci.nsIPropertyBag2);
});
XPCOMUtils.defineLazyGetter(this, "libcutils", function () {
let { libcutils } = Cu.import("resource://gre/modules/systemlibs.js", {});
return libcutils;
});
var logging = Services.prefs.getBoolPref("devtools.discovery.log");
function log(msg) {
if (logging) {