Skip to content

Remove unused isAddressInUse helper in anvil module - #157

Merged
marijamijailovic merged 1 commit into
mainfrom
rm/anvil-remove-dead-helper
May 11, 2026
Merged

Remove unused isAddressInUse helper in anvil module#157
marijamijailovic merged 1 commit into
mainfrom
rm/anvil-remove-dead-helper

Conversation

@mazurroman

Copy link
Copy Markdown
Member

Summary

  • `isAddressInUse` and its only call site in `spawnAnvil` were commented out; the function and its `createServer` import were unreferenced. Deletes the helper, the unused import, and the commented-out call block.

Test plan

  • `grep -rn "isAddressInUse" src` returns no other usages
  • `createServer` from `node:net` is not used elsewhere in the file
  • No behavior change — removed code was already inert

@marijamijailovic
marijamijailovic merged commit 601aea6 into main May 11, 2026
4 checks passed
@marijamijailovic
marijamijailovic deleted the rm/anvil-remove-dead-helper branch May 11, 2026 21:41
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