From 9a60bcb614786dae15145d65ec81ee03bbdc4a12 Mon Sep 17 00:00:00 2001 From: James deBoer Date: Thu, 4 Sep 2014 16:57:43 -0700 Subject: [PATCH] fix(animate): Remove a reference to dart:mirrors --- lib/animate/module.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/animate/module.dart b/lib/animate/module.dart index 5552cc72a..f2135a76f 100644 --- a/lib/animate/module.dart +++ b/lib/animate/module.dart @@ -110,10 +110,6 @@ import 'package:perf_api/perf_api.dart'; import 'package:di/di.dart'; import 'package:di/annotations.dart'; -@MirrorsUsed(targets: const [ - 'angular.animate' -]) -import 'dart:mirrors' show MirrorsUsed; import 'dart:collection'; part 'animations.dart';