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

core/parser: remove used members and parameters. #295

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

wathiede
Copy link

It would appear the SpectrumType isn't used anywhere in the new hand-rolled parser. As a reader, I found it confusing that it is set to different values, but not used. Are they supposed to be used? If no, please consider this pull request to remove them.

Additionally I removed the isString member on ParamListItem. I think it is vestigial, as you end up checking if item.stringValues or item.doubleValues was set in AddParam as an alternative to determining if the parameter is a string.

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