Index: pkg/compiler/lib/src/use_unused_api.dart |
diff --git a/pkg/compiler/lib/src/use_unused_api.dart b/pkg/compiler/lib/src/use_unused_api.dart |
index a53d7229dd7de784dbd2f0d621e836b9c1c5653f..359aa9bc3c8550dbb23f12b98429c88f7f8b84fb 100644 |
--- a/pkg/compiler/lib/src/use_unused_api.dart |
+++ b/pkg/compiler/lib/src/use_unused_api.dart |
@@ -192,8 +192,6 @@ useSsa(ssa.HInstruction instruction) { |
} |
useCodeBuffer(io.CodeBuffer buffer) { |
- buffer.writeln(); |
- new io.LineColumnCodeOutput(null); |
} |
usedByTests() { |