1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-04 16:47:15 +02:00

Remove code unused in next release

Since https://github.com/uBlockOrigin/uBlock-issues/issues/156
won't be fixed in next release, no need to ship
with code which will be unused, and anyways only once
the fix is worked on will it be clear exactly what needs
to be used by scriptlets to deal harmoniously with
property listener collisions.
This commit is contained in:
Raymond Hill 2019-07-11 10:17:06 -04:00
parent 9ef06da310
commit ce644c5960
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 0 additions and 3 deletions

View File

@ -27,8 +27,6 @@
(function() {
// >>>> start of private namespace
'use strict';
// This a private safe available for use by all injected scriptlets.
const uBOSafe = new Map(); // jshint ignore: line

View File

@ -396,7 +396,6 @@
out.unshift(
'(function() {',
'// >>>> start of private namespace',
'const uBOSafe = new Map();',
'',
);
out.push(