Skip to content

Commit dc53b1e

Browse files
committed
remove unused parameter
1 parent 2095096 commit dc53b1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/FlagDependencyExportsPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class FlagDependencyExportsPlugin {
3636
depBlock.blocks.forEach(processDependenciesBlock);
3737
}
3838

39-
function processDependency(dep, usedExports) {
39+
function processDependency(dep) {
4040
const exportDesc = dep.getExports && dep.getExports();
4141
if(!exportDesc) return;
4242
moduleWithExports = true;

0 commit comments

Comments
 (0)