Skip to content

chore: delete unused util/lock module#27223

Merged
kitlangton merged 2 commits into
devfrom
chore/delete-util-lock
May 13, 2026
Merged

chore: delete unused util/lock module#27223
kitlangton merged 2 commits into
devfrom
chore/delete-util-lock

Conversation

@kitlangton
Copy link
Copy Markdown
Contributor

Summary

packages/opencode/src/util/lock.ts had no production callers — only its own test imported it. Confirmed via grep across src/ and test/. Last touched in cosmetic refactors (#22739, #24554) but never used by the running code.

Test plan

  • grep confirms no production import
  • `tsgo --noEmit` clean (no errors related to the deleted file)
  • CI green

`packages/opencode/src/util/lock.ts` had no production callers — only
its own test imported it. Confirmed via grep across `src/` and `test/`.
Last touched in cosmetic refactors (#22739, #24554) but never used by
the running code.

Removes both the module and its test.
@kitlangton kitlangton enabled auto-merge (squash) May 13, 2026 02:18
@kitlangton kitlangton merged commit 650f67a into dev May 13, 2026
10 checks passed
@kitlangton kitlangton deleted the chore/delete-util-lock branch May 13, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant