Index: pkg/fletchc/lib/src/closure_environment.dart |
diff --git a/pkg/fletchc/lib/src/closure_environment.dart b/pkg/fletchc/lib/src/closure_environment.dart |
index 07590f3e14bb922ca3fae568289c527d31b561c8..6b9b4ec97c2997c5ca01a3423e0967f3607f684d 100644 |
--- a/pkg/fletchc/lib/src/closure_environment.dart |
+++ b/pkg/fletchc/lib/src/closure_environment.dart |
@@ -31,20 +31,6 @@ import 'package:compiler/src/universe/universe.dart'; |
import 'package:compiler/src/util/util.dart' show Spannable; |
import 'package:compiler/src/dart_types.dart'; |
-import 'fletch_context.dart'; |
- |
-import 'fletch_constants.dart' show |
- CompiledFunctionConstant, |
- FletchClassConstant; |
- |
-import '../bytecodes.dart' show |
- Bytecode; |
- |
-import 'compiled_function.dart' show |
- CompiledFunction; |
- |
-import 'fletch_selector.dart'; |
- |
enum CaptureMode { |
/** |
* If a local is marked [ByValue], the local is read in closures. |