Landing: 2c4b09f979fc
Project / Subsystem
gcc / gcc/ada
Date
2026-04-14
Author
Piotr Trojanek
Commit
2c4b09f979fc591f3c6f74005def5d3e8809a39d
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- gcc/ada
- patch_id
- —
- commit_hash
- 2c4b09f979fc591f3c6f74005def5d3e8809a39d
- source_type
- github
- headline
- Completes removal of obsolete project manager sources
- tldr
- This commit removes a final leftover function related to a long-removed project manager from the GCC Ada front end.
- author
- Piotr Trojanek
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • cleanup
- • refactoring
- • dead-code
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-04-14T00:00:00.000Z
The GCC Ada front end has completed the removal of obsolete code related to a legacy project manager. This commit specifically removes the __gnat_prj_add_obj_files function, which had become vestigial after all referring files were deleted years ago. This final cleanup streamlines the codebase and removes dead code that had no functional purpose.