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

unused forward declared function #130

Closed
mehlis opened this issue Aug 13, 2013 · 1 comment
Closed

unused forward declared function #130

mehlis opened this issue Aug 13, 2013 · 1 comment

Comments

@mehlis
Copy link
Contributor

mehlis commented Aug 13, 2013

https://github.com/RIOT-OS/RIOT/blob/master/core/sched.c#L40

this forward declaration is completely unused in this file, because the real function is not called from inside AND it's guarded by a macro

@OlegHahm
Copy link
Member

Fixed in #134.

eduazocar pushed a commit to eduazocar/RIOT that referenced this issue Jul 1, 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

No branches or pull requests

2 participants