revert parts of 07a992e

This commit is contained in:
Sebastian McKenzie
2015-05-31 09:47:27 +01:00
parent 236086bee5
commit bdb3adfeea
4 changed files with 1 additions and 49 deletions

View File

@@ -34,12 +34,6 @@ var visitor = {
return state.subTransform(node.argument);
},
ExpressionStatement(node, parent, scope, state) {
if (this.isCompletionRecord(true)) {
return state.subTransform(node.expression);
}
},
Function() {
this.skip();
},