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