Skip to content

Commit

Permalink
Analyzer error
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette committed Aug 18, 2023
1 parent e6df3f4 commit afe5b1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dwds/lib/src/debugging/metadata/provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import 'dart:convert';

import 'package:async/async.dart';
import 'package:dwds/src/debugging/metadata/module_metadata.dart';
import 'package:dwds/src/loaders/strategy.dart';
import 'package:dwds/src/readers/asset_reader.dart';
import 'package:logging/logging.dart';
import 'package:path/path.dart' as p;
Expand Down Expand Up @@ -251,9 +250,6 @@ class MetadataProvider {
_scriptToModule[lib] = moduleName;
}
}

String? _createPackageConfigPath(String entrypoint) =>
globalLoadStrategy.packageConfigLocator(entrypoint);
}

class AbsoluteImportUriException implements Exception {
Expand Down

0 comments on commit afe5b1d

Please sign in to comment.