Remove unnecessary code.

This commit is contained in:
Cyrus Najmabadi
2015-03-11 15:08:28 -07:00
parent d9d90b2c02
commit 63ba645791

View File

@@ -207,10 +207,6 @@ module ts {
if (pos < nodes.end) {
this.addSyntheticNodes(list._children, pos, nodes.end);
}
if (nodes.hasTrailingComma) {
}
return list;
}