Skip to content

[CQ] cleanup dead/redundant code #8367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2025
Merged

[CQ] cleanup dead/redundant code #8367

merged 1 commit into from
Jul 23, 2025

Conversation

pq
Copy link
Contributor

@pq pq commented Jul 23, 2025

Some opportunistic cleanup.

Removing:

  • redundant semi-colons
  • redundant suppressions
  • an unused Import

Fixed static member via instance accesses
Fixed an unchecked call to put(K, V)


  • I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Contribution guidelines:

@pq pq requested review from helin24 and jwren July 23, 2025 18:43
@pq pq merged commit 632e1cd into flutter:master Jul 23, 2025
7 of 20 checks passed
@pq pq deleted the cq_miscRedundancies branch July 23, 2025 20:00
@pq pq mentioned this pull request Jul 23, 2025
1 task
pq added a commit that referenced this pull request Jul 23, 2025
Follow-up from #8367, a
missed unchecked assignment.

---

- [x] I’ve reviewed the contributor guide and applied the relevant
portions to this PR.

<details>
  <summary>Contribution guidelines:</summary><br>

- See our [contributor
guide]([https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md](https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview)
for general expectations for PRs.
- Larger or significant changes should be discussed in an issue before
creating a PR.
- Dart contributions to our repos should follow the [Dart style
guide](https://dart.dev/guides/language/effective-dart) and use `dart
format`.
- Java and Kotlin contributions should strive to follow Java and Kotlin
best practices
([discussion](#8098)).
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants