Skip to content

Fix for Unused variable, import, function or class#1

Merged
johnsamuelwrites merged 1 commit intomainfrom
finding-autofix-09a961f1
Apr 18, 2026
Merged

Fix for Unused variable, import, function or class#1
johnsamuelwrites merged 1 commit intomainfrom
finding-autofix-09a961f1

Conversation

@johnsamuelwrites
Copy link
Copy Markdown
Member

The best fix is to delete the unused makeWasmMock helper from tests/smoke.js.

  • General approach: Remove dead code that is not referenced.
  • Best concrete fix here: Delete the full makeWasmMock function block (lines 151–176 in the snippet). This does not change functionality because the function is not used.
  • Where to edit: tests/smoke.js, in the helpers section, immediately after makeSortieBuffer.
  • Additional requirements: No imports, methods, or new definitions are needed.

Suggested fixes powered by Copilot Autofix. Review carefully before merging.

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@johnsamuelwrites johnsamuelwrites marked this pull request as ready for review April 18, 2026 06:00
@johnsamuelwrites johnsamuelwrites merged commit 5fb9b49 into main Apr 18, 2026
7 checks passed
@johnsamuelwrites johnsamuelwrites deleted the finding-autofix-09a961f1 branch April 18, 2026 06:15
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.

1 participant