mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1428043 - Remove useless systemlibs.js import; r=jryans
MozReview-Commit-ID: HzshbzyPraq --HG-- extra : rebase_source : 71156aafc13e09c8960abf51685cbece9d950b12
This commit is contained in:
parent
7e0011ceb3
commit
375a23cd02
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user