diff --git a/lib/block.dart b/lib/block.dart index 0bf4784a6..6704f28c8 100644 --- a/lib/block.dart +++ b/lib/block.dart @@ -52,8 +52,6 @@ class Block implements ElementWrapper { } _link(List nodeList, List directivePositions, Injector parentInjector) { - var stack; - try {throw '';} catch(e,s) {stack = s;} var preRenderedIndexOffset = 0; var directiveDefsByName = {};