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 Incr ++ and Decr ++ #554

Closed
hachi8833 opened this issue Dec 30, 2017 · 1 comment · Fixed by #581
Closed

Remove unused Incr ++ and Decr ++ #554

hachi8833 opened this issue Dec 30, 2017 · 1 comment · Fixed by #581

Comments

@hachi8833
Copy link
Member

While fixing #526, I found that token.Incr and token.Decr are used in lexer.go while increment/decrement operators are unused.

// compiler/token/token.go
	Incr     = "++"
	Decr     = "--"

I'd like to remove them when fixing #526. If @st0012 has any plan to use them, please let me know.

@st0012
Copy link
Member

st0012 commented Dec 30, 2017

@hachi8833 They will not be used again, plz drop them, thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants