Index: lib/src/tree_printer.dart |
diff --git a/lib/src/tree_printer.dart b/lib/src/tree_printer.dart |
index 5bcdee8f209d97ee143d8cf283b7ecd28705e31e..d79d5486be80be5a13c79f6837ee9aa5aae20495 100644 |
--- a/lib/src/tree_printer.dart |
+++ b/lib/src/tree_printer.dart |
@@ -117,18 +117,6 @@ class _TreePrinter extends Visitor { |
// TODO(terry): To Be Implemented |
} |
- void visitIncludeDirective(IncludeDirective node) { |
- heading('IncludeDirective', node); |
- output.writeValue('include', node._include); |
- output.depth++; |
- if (node._stylesheet != null) { |
- super.visitIncludeDirective(node); |
- } else { |
- output.writeValue('StyleSheet', '<EMPTY>'); |
- } |
- output.depth--; |
- } |
- |
void visitStyletDirective(StyletDirective node) { |
heading('StyletDirective', node); |
output.writeValue('dartClassName', node._dartClassName); |