Skip to content

Conversation

asgerf
Copy link
Contributor

@asgerf asgerf commented Sep 4, 2025

This private predicate was unused, but due to its recursive self-reference it was not reported as an unused predicate.

This private predicate was unused, but due to its recursive self-reference it was not reported as an unused predicate.
@Copilot Copilot AI review requested due to automatic review settings September 4, 2025 11:41
@asgerf asgerf added the no-change-note-required This PR does not need a change note label Sep 4, 2025
@github-actions github-actions bot added the JS label Sep 4, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the unused private predicate getFallbackTypeAnnotation() from the DataFlow module. The predicate was not being used anywhere in the codebase but wasn't detected as unused due to its recursive self-reference.

  • Removes unused private predicate getFallbackTypeAnnotation()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JS no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant