Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 4713002

Browse files
committed
Removing unused try-catch, also they are extremely slow in dart2js.
1 parent e7f1cf3 commit 4713002

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/block.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ class Block implements ElementWrapper {
5252
}
5353

5454
_link(List<dom.Node> nodeList, List directivePositions, Injector parentInjector) {
55-
var stack;
56-
try {throw '';} catch(e,s) {stack = s;}
5755
var preRenderedIndexOffset = 0;
5856
var directiveDefsByName = {};
5957

0 commit comments

Comments
 (0)