| Index: pkg/barback/lib/src/pool.dart
|
| diff --git a/pkg/barback/lib/src/pool.dart b/pkg/barback/lib/src/pool.dart
|
| index 24100ca6c604e6b57973e3d35b21fcaa788b1880..c50d19118247dd9ec69735e6eb3df8b37adf8304 100644
|
| --- a/pkg/barback/lib/src/pool.dart
|
| +++ b/pkg/barback/lib/src/pool.dart
|
| @@ -7,8 +7,6 @@ library barback.pool;
|
| import 'dart:async';
|
| import 'dart:collection';
|
|
|
| -import 'package:stack_trace/stack_trace.dart';
|
| -
|
| import 'utils.dart';
|
|
|
| // TODO(nweiz): put this somewhere that it can be shared between packages.
|
|
|