remove unrequired self

This commit is contained in:
Nacho Codoñer
2025-04-01 19:52:35 +02:00
parent d137aea93c
commit b512040335

View File

@@ -115,7 +115,6 @@ BCp.processFilesForTarget = function (inputFiles) {
// Returns an object suitable for passing to inputFile.addJavaScript, or
// null to indicate there was an error, and nothing should be added.
BCp.processOneFileForTarget = function (inputFile, source) {
var self = this; // capture context
this._babelrcCache = this._babelrcCache || Object.create(null);
this._swcCache = this._swcCache || Object.create(null);
this._swcIncompatible = this._swcIncompatible || Object.create(null);