Landing: 600145403597

Project / Subsystem

gcc / gm2

Date

2026-07-10

Author

Léo Hardt

Commit

600145403597f5b4dcc422eb28a2f1c21e8cca7e

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gm2
patch_id
commit_hash
600145403597f5b4dcc422eb28a2f1c21e8cca7e
source_type
github
headline
gm2,sel-sched-ir: Remove unused declarations.
tldr
Remove unused declarations from gm2 and sel-sched-ir.
author
Léo Hardt
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • cleanup
  • gm2
  • internal
discussion_id_link
bugzilla_pr
date
2026-07-10T00:00:00.000Z

Two declarations, current_succs in sel-sched-ir.cc and ggc_force_collect in plugin/m2rte.cc, were found to be unused and have been removed. current_succs appears to have been a remnant from a refactoring, while ggc_force_collect was replaced by a parameter in an earlier change. This cleanup simplifies the codebase.