CASL / Futility

VERA Fortran Utilities
Other
44 stars 20 forks source link

Removes unused parameter definitions #219

Closed HendersonSC closed 4 years ago

HendersonSC commented 4 years ago

This just cleans up some unused code, namely parameters which are defined but unused.

aarograh commented 4 years ago

I'm good with these if @stimpsonsg can merge

stimpsonsg commented 4 years ago

hmmm, we might need unused var, private module var, parameter, etc. checks in this CI too?

aarograh commented 4 years ago

yeah, I think so. Shane and I just talked about some tweaks to how we do that check in the MPACT CI. Once that's nailed down, we can do the same for this one too. Probably good as a separate merge request though.