Index: pkg/polymer/lib/deserialize.dart |
diff --git a/pkg/polymer/lib/deserialize.dart b/pkg/polymer/lib/deserialize.dart |
index 62e8bec8451b06f6b0d346b8f6ae1989543057e4..9de4ea99db4e2c1457233146b6d1236b8285ab92 100644 |
--- a/pkg/polymer/lib/deserialize.dart |
+++ b/pkg/polymer/lib/deserialize.dart |
@@ -5,7 +5,7 @@ |
library polymer.deserialize; |
import 'dart:convert' show JSON; |
-import 'dart:mirrors' show reflect, TypeMirror; |
+import 'dart:mirrors' show TypeMirror; |
final _typeHandlers = () { |
// TODO(jmesserly): switch to map and symbol literal form when supported. |