remove unused ParenthesizedExpression

This commit is contained in:
Sebastian McKenzie
2014-11-01 19:27:23 +11:00
parent 07e2842226
commit 400fa8ed97
2 changed files with 0 additions and 5 deletions

View File

@@ -96,10 +96,6 @@ exports.MemberExpression = function (node, print) {
}
};
exports.ParenthesizedExpression = function (node, print) {
throw new Error("ParenthesizedExpression");
};
exports.TaggedTemplateExpression = function (node, print) {
print(node.tag);
print(node.quasi);