Skip to content

Remove useless const modifiers on return types#93

Open
madmiraal wants to merge 1 commit intokmammou:masterfrom
madmiraal:remove-useless-consts
Open

Remove useless const modifiers on return types#93
madmiraal wants to merge 1 commit intokmammou:masterfrom
madmiraal:remove-useless-consts

Conversation

@madmiraal
Copy link
Contributor

As identified by lgtm, const modifiers on return types have no effect and should be removed, because they may suggest a method or the pointer returned by the method is const when it isn't, This PR removes the useless consts.

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