Skip to content

Remove defined-but-unused variables in cubed_sphere2ll.c. - #531

Closed
manfredsc wants to merge 2 commits into
NOAA-EMC:developfrom
manfredsc:unused-variables
Closed

Remove defined-but-unused variables in cubed_sphere2ll.c.#531
manfredsc wants to merge 2 commits into
NOAA-EMC:developfrom
manfredsc:unused-variables

Conversation

@manfredsc

@manfredsc manfredsc commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Unused variables tile_start and tile_end in function cubed_sphere2ll.
Additionally, the function cubed_spherell2xy contains a lot of unused variables, but the function itself is unused and without prototype and seemingly unfinished.
So comment this function as a whole. Alternatively, one could remove it, if it is clear that this function will not be finished one day.

Closes #532.

Unused variables tile_start and tile_end in function cubed_sphere2ll.
Additionally, the function cubed_spherell2xy contains a lot of unused
variables, but the function itself is unused and without prototype and
seemingly unfinished.
So comment this function as a whole. Alternatively, one could remove
it, if it is clear that this function will not be finished one day.
This was referenced Jun 8, 2026
@AlysonStahl-NOAA

Copy link
Copy Markdown
Collaborator

Closing in favor of #533

@manfredsc
manfredsc deleted the unused-variables branch June 11, 2026 22:54
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.

Unused variables

2 participants