| Index: lib/src/utils.dart
|
| diff --git a/lib/src/utils.dart b/lib/src/utils.dart
|
| index 1d09443c1cfb62dfb7249158d56f32424ccd2542..5781d5f0ab12a227e861f4fd23103f4cc64c05ab 100644
|
| --- a/lib/src/utils.dart
|
| +++ b/lib/src/utils.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library stack_trace.src.utils;
|
| -
|
| /// The line used in the string representation of stack chains to represent
|
| /// the gap between traces.
|
| const chainGap = '===== asynchronous gap ===========================\n';
|
|
|