Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignored variable in spec #206

Closed
elbrujohalcon opened this issue Feb 24, 2015 · 0 comments
Closed

Ignored variable in spec #206

elbrujohalcon opened this issue Feb 24, 2015 · 0 comments
Assignees
Labels

Comments

@elbrujohalcon
Copy link
Member

I have an ignored variable in a spec here and it 's definitely not used:

-spec handle_call(Msg, _From, state()) ->
  {stop, {unknown_request, Msg}, {unknown_request, Msg}, state()}.
handle_call(Msg, _From, State) ->
  {stop, {unknown_request, Msg}, {unknown_request, Msg}, State}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants