Skip to content

[algorithms] PrefixSumExecutor: drop unused GRID_SZ local#701

Open
hughperkins wants to merge 1 commit into
mainfrom
hp/prefix-sum-drop-unused-grid-sz
Open

[algorithms] PrefixSumExecutor: drop unused GRID_SZ local#701
hughperkins wants to merge 1 commit into
mainfrom
hp/prefix-sum-drop-unused-grid-sz

Conversation

@hughperkins
Copy link
Copy Markdown
Collaborator

Summary

Remove a dead local in PrefixSumExecutor.__init__: GRID_SZ was computed but never read. Leftover from a refactor.

Closes #682.

Test plan

  • Mechanical removal of an unused local; no behaviour change.

Made with Cursor

Closes #682.

Computed but never read; leftover from a refactor noted while reviewing #642.
@github-actions
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

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.

Clean up dead code: unused GRID_SZ in PrefixSumExecutor.__init__

1 participant