Skip to content

Removed unused variables - #1018

Closed
hsbt wants to merge 1 commit into
masterfrom
ignore-unused-vals-warning
Closed

Removed unused variables#1018
hsbt wants to merge 1 commit into
masterfrom
ignore-unused-vals-warning

Conversation

@hsbt

@hsbthsbt commented Sep 13, 2023

Copy link
Copy Markdown
Member

Description

If we invoked rails new railsapp with RUBYOPT=-w, we will get the following warnings.

/path/to/debug-1.8.0/lib/debug/session.rb:2527: warning: assigned but unused variable - sym
/path/to/debug-1.8.0/lib/debug/thread_client.rb:618: warning: assigned but unused variable - e

I removed them.

 debug-1.8.0/lib/debug/session.rb:2527: warning: assigned but unused variable - sym
debug-1.8.0/lib/debug/thread_client.rb:618: warning: assigned but unused variable - e
@st0012

Copy link
Copy Markdown
Member

I think this is duplicated with #993

@hsbt

hsbt commented Sep 13, 2023

Copy link
Copy Markdown
MemberAuthor

👍 Thanks. I'll close this.

@hsbthsbt closed this Sep 13, 2023
Sign up for freeto 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

@hsbt@st0012