Skip to content

Commit 6bcfdd1

Browse files
authored
Drop results.dart (#119)
I can't find any usages. Since nothign in this library consumes or produces instances of these classes it's likely that any code has a dependency on them.
1 parent 1305f68 commit 6bcfdd1

File tree

3 files changed

+1
-73
lines changed

3 files changed

+1
-73
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Move cli_util to dev_dependencies
66
* Avoid some deprecated analyzer apis
77
* Syntax tweaks
8+
* Drop results.dart which had no usages
89

910
## 0.5.2
1011

lib/source_gen.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
library source_gen;
22

33
export 'src/builder.dart';
4-
export 'src/results.dart';
54
export 'src/generator.dart';
65
export 'src/generator_for_annotation.dart';

lib/src/results.dart

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)