Skip to content

Fix issue #16: Remove unused internal/mock.NewSampler dead code#20

Draft
thumbrise wants to merge 1 commit intomainfrom
openhands-fix-issue-16
Draft

Fix issue #16: Remove unused internal/mock.NewSampler dead code#20
thumbrise wants to merge 1 commit intomainfrom
openhands-fix-issue-16

Conversation

@thumbrise
Copy link
Copy Markdown
Owner

This pull request fixes #16.

The PR deletes internal/mock/sampler.go, which was identified as dead code after internal/mock.NewSampler was replaced by a local staticSampler in the tests. The diff shows the entire file being removed, and there are no remaining references to mock.NewSampler elsewhere in the repository. By removing the unused file, the repository no longer contains the dead code, directly satisfying the issue’s requirement. Hence, the issue is successfully resolved.

Automatic fix generated by OpenHands 🙌

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.

Remove unused internal/mock.NewSampler dead code

2 participants