-
Notifications
You must be signed in to change notification settings - Fork 245
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 functions #2083
Comments
Could you please clarify a bit what you mean by "unused" functions, so that we can help you build this list when we go through source files? Is it e.g. "dangling" functions that are defined somewhere, but not exposed to the user via some declaration in a header, and not called within flint? or is it more general / more specific? |
Ah sorry, yes. I updated the description! |
thanks!! |
The list of unused functions can be found in the description of #2085 along with its compiler messages on the form # pragma message "MYFUNC is currently unused/untested/undocumented!" when compiling FLINT. |
There are a couple of unused functions in FLINT, that is, functions that are not defined in headers, not tested and not used in other functions.
The complete list can be found in the description of #2085.
The text was updated successfully, but these errors were encountered: