Skip to content

Commit

Permalink
Remove not-used code and features. (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c authored Jan 28, 2025
1 parent 2ece356 commit a2ce738
Show file tree
Hide file tree
Showing 22 changed files with 9 additions and 773 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
// Set current working directory to devtools_app.
// Set current working directory to pkgs/leak_tracker.
"terminal.integrated.cwd": "pkgs/leak_tracker",
"cSpell.words": [
"autosnapshotting",
Expand Down
3 changes: 2 additions & 1 deletion pkgs/leak_tracker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 10.0.9
# 11.0.0

* Remove integration with DevTools and class LeakTrackingTestConfig.
* Update `vm_service` dependency to `>=11.0.0 <16.0.0`.

# 10.0.8
Expand Down
13 changes: 0 additions & 13 deletions pkgs/leak_tracker/lib/devtools_integration.dart

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/leak_tracker/lib/src/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ Dependencies that create loops (inversions) are marked with `!`.

```mermaid
flowchart TD;
devtools_integration-->shared;
leak_tracking-->devtools_integration;
leak_tracking-->shared;
```

Expand Down
20 changes: 0 additions & 20 deletions pkgs/leak_tracker/lib/src/devtools_integration/DEPENDENCIES.md

This file was deleted.

166 changes: 0 additions & 166 deletions pkgs/leak_tracker/lib/src/devtools_integration/_protocol.dart

This file was deleted.

98 changes: 0 additions & 98 deletions pkgs/leak_tracker/lib/src/devtools_integration/_registration.dart

This file was deleted.

Loading

0 comments on commit a2ce738

Please sign in to comment.