-
-
Notifications
You must be signed in to change notification settings - Fork 903
fix: remove unused headers and move misplaced sections #5783
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
fix: remove unused headers and move misplaced sections #5783
Conversation
lib/node_modules/@stdlib/stats/base/dists/geometric/logpmf/examples/c/example.c
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You also want to check your git
. There is currently a submodule which shouldn't be part of this PR.
I checked, but there are no submodules in my PR (git submodule status returns nothing, and .gitmodules is empty). Could you clarify which file appears as a submodule? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This submodule shouldn't be part of this PR.
Thank you for working on this pull request. However, we cannot accept your contribution due to Git history issues. Some common issues include:
We recommend opening a new pull request with only the intended changes. Thank you for your interest in stdlib, and we look forward to your future contributions. |
Resolves #5714.
Description
This pull request:
-Removes unused <math.h> headers from example.c and main.c
-Moves the misplaced references section to the correct position
-Adds a missing closing tag
Related Issues
This pull request:
e63c0b4
) #5714Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers