fix unused iife declaration
This commit is contained in:
@@ -25,7 +25,6 @@ exports.Function = function (node, parent, scope) {
|
||||
|
||||
t.ensureBlock(node);
|
||||
|
||||
var iife = false;
|
||||
var body = [];
|
||||
|
||||
var argsIdentifier = t.identifier("arguments");
|
||||
|
||||
Reference in New Issue
Block a user