From ad75b1bdbaebff08817316eb5dd2652a5d44e3d7 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 7 Oct 2023 13:48:28 -0400 Subject: [PATCH] Remove unreferenced dependencies Related commit: https://github.com/gorhill/uBlock/commit/d4918c1d0ad14cdfb3eecb6ae1e69de3e8a2fb73 --- assets/resources/scriptlets.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/assets/resources/scriptlets.js b/assets/resources/scriptlets.js index 372280c4a..79b16b3f8 100644 --- a/assets/resources/scriptlets.js +++ b/assets/resources/scriptlets.js @@ -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) {