Skip to content

Remove unused local_variables call in ArgumentExtractor#extract_from_…#5

Merged
johngallagher merged 1 commit into
mainfrom
claude/fix-unused-variable-o11wK
Mar 9, 2026
Merged

Remove unused local_variables call in ArgumentExtractor#extract_from_…#5
johngallagher merged 1 commit into
mainfrom
claude/fix-unused-variable-o11wK

Conversation

@johngallagher

Copy link
Copy Markdown
Contributor

…binding

The result of @caller_binding.local_variables on line 350 was never assigned or used — the same call is made immediately below in extract_local_variables_with_numeric_indexing. Removing the dead call.

https://claude.ai/code/session_01KWZUse79XR68i6nGa8VgTu

…binding

The result of @caller_binding.local_variables on line 350 was never assigned
or used — the same call is made immediately below in
extract_local_variables_with_numeric_indexing. Removing the dead call.

https://claude.ai/code/session_01KWZUse79XR68i6nGa8VgTu
@johngallagher johngallagher merged commit 382aa51 into main Mar 9, 2026
23 checks passed
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