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

remove unused type variable #148

Closed
wants to merge 1 commit into from
Closed

Conversation

ranocha
Copy link

@ranocha ranocha commented Oct 7, 2022

I got a warning on Julia v1.8.2:

[ Info: Precompiling OrdinaryDiffEq [1dea7af3-3e70-54e6-95c3-0bf5283fa5ed]
WARNING: method definition for TwiceDifferentiable at ~/.julia/packages/NLSolversBase/cfJrN/src/objective_types/incomplete.jl:96 declares type variable TH but does not use it.

Unused type variables can sometimes be bad, see JuliaLang/julia#29393

I got a warning on Julia v1.8.2:

```
[ Info: Precompiling OrdinaryDiffEq [1dea7af3-3e70-54e6-95c3-0bf5283fa5ed]
WARNING: method definition for TwiceDifferentiable at ~/.julia/packages/NLSolversBase/cfJrN/src/objective_types/incomplete.jl:96 declares type variable TH but does not use it.
```

Unused type variables can sometimes be bad, see JuliaLang/julia#29393
@ranocha
Copy link
Author

ranocha commented Oct 7, 2022

Done already in #147

@ranocha ranocha closed this Oct 7, 2022
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