GGC: Remove unused 'bool is_string' arguments to 'ggc_pch_{count,alloc,write}_object'
commitbbbe2dc1fc4f561cda3d8cb383132b7d519b0de8
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 30 Jun 2023 22:25:05 +0000 (1 00:25 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Thu, 6 Jul 2023 09:59:07 +0000 (6 11:59 +0200)
treece74024cd7e2528883473024482c235f2e11a500
parent11578db6e2a0da8fa7921713093e91ea0e599bef
GGC: Remove unused 'bool is_string' arguments to 'ggc_pch_{count,alloc,write}_object'

They're unused since the removal of 'gcc/ggc-zone.c' in 2013 Subversion r195426
(Git commit cd030c079e5e42fe3f49261fe01f384e6b7f0111) "Remove zone allocator".

Should any future 'gcc/ggc-[...].cc' ever need this again, it'll be a conscious
decision at that time.

gcc/
* ggc-internal.h (ggc_pch_count_object, ggc_pch_alloc_object)
(ggc_pch_write_object): Remove 'bool is_string' argument.
* ggc-common.cc: Adjust.
* ggc-page.cc: Likewise.
gcc/ggc-common.cc
gcc/ggc-internal.h
gcc/ggc-page.cc