Index: packages/petitparser/lib/reflection.dart |
diff --git a/packages/petitparser/lib/reflection.dart b/packages/petitparser/lib/reflection.dart |
deleted file mode 100644 |
index 91c63b07b70dd5ae891e5096bd98e2bd732c2c79..0000000000000000000000000000000000000000 |
--- a/packages/petitparser/lib/reflection.dart |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-/// This package contains tools to reflect on and transform parsers. |
-library petitparser.reflection; |
- |
-import 'dart:collection'; |
- |
-import 'package:petitparser/petitparser.dart'; |
- |
-part 'src/reflection/iterable.dart'; |
-part 'src/reflection/optimize.dart'; |
-part 'src/reflection/transform.dart'; |