1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Remove unreferenced dependencies

Related commit:
d4918c1d0a
This commit is contained in:
Raymond Hill 2023-10-07 13:48:28 -04:00
parent 92ca156c56
commit ad75b1bdba
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1425,11 +1425,6 @@ builtinScriptlets.push({
fn: jsonPruneFetchResponse,
dependencies: [
'json-prune-fetch-response.fn',
'match-object-properties.fn',
'object-prune.fn',
'parse-properties-to-match.fn',
'safe-self.fn',
'should-log.fn',
],
});
function jsonPruneFetchResponse(...args) {