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

Removed unused ImagePath variable #8377

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Conversation

radarhere
Copy link
Member

Pillow/src/path.c

Lines 44 to 48 in c9eb14e

typedef struct {
PyObject_HEAD Py_ssize_t count;
double *xy;
int index; /* temporary use, e.g. in decimate */
} PyPathObject;

index has been unused since PIL. I have no idea what 'decimate' is.

@hugovk hugovk added the automerge Automatically merge PRs that are ready label Sep 13, 2024
@mergify mergify bot merged commit 8d2bffe into python-pillow:main Sep 13, 2024
49 checks passed
@radarhere radarhere deleted the path_unused branch September 13, 2024 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge PRs that are ready Cleanup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants