Skip to content

Delete dead code#276684

Merged
alexr00 merged 1 commit intomainfrom
alexr00/victorious-tortoise
Nov 11, 2025
Merged

Delete dead code#276684
alexr00 merged 1 commit intomainfrom
alexr00/victorious-tortoise

Conversation

@alexr00
Copy link
Member

@alexr00 alexr00 commented Nov 11, 2025

No description provided.

Copilot AI review requested due to automatic review settings November 11, 2025 09:55
@alexr00 alexr00 enabled auto-merge (squash) November 11, 2025 09:55
@alexr00 alexr00 self-assigned this Nov 11, 2025
@vs-code-engineering vs-code-engineering bot added this to the November 2025 milestone Nov 11, 2025
Copy link
Contributor

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 dead code from the CommentController class: an unused private field _computeCommentingRangePromise and its associated (but non-functional) cancellation logic.

  • Removes unused field declaration that was never assigned
  • Removes redundant cancellation logic that referenced the unused field
  • The Delayer class already handles promise cancellation internally, making the manual cancellation unnecessary

@alexr00 alexr00 merged commit 5e8de6e into main Nov 11, 2025
33 of 34 checks passed
@alexr00 alexr00 deleted the alexr00/victorious-tortoise branch November 11, 2025 10:14
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Dec 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants