8000 Remove unnecessary code. · johnangularjs/TypeScript@63ba645 · GitHub
[go: up one dir, main page]

Skip to content

Commit 63ba645

Browse files
Remove unnecessary code.
1 parent d9d90b2 commit 63ba645

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/services/services.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,6 @@ module ts {
207207
if (pos < nodes.end) {
208208
this.addSyntheticNodes(list._children, pos, nodes.end);
209209
}
210-
211-
if (nodes.hasTrailingComma) {
212-
213-
}
214210
return list;
215211
}
216212

0 commit comments

Comments
 (0)
0