https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118168
--- Comment #15 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andi Kleen <a...@gcc.gnu.org>: https://gcc.gnu.org/g:33acec612423efd2d9db9ffc808c4d103840dcd2 commit r15-7328-g33acec612423efd2d9db9ffc808c4d103840dcd2 Author: Andi Kleen <a...@gcc.gnu.org> Date: Wed Dec 25 14:42:09 2024 -0800 Remove m_total_lines support from input cache With the new cache maintenance algorithm we don't need the maximum number of lines anymore. Remove all the code for that. gcc/ChangeLog: PR preprocessor/118168 * input.cc (total_lines_num): Remove. (file_cache_slot::evict): Ditto. (file_cache_slot::create): Ditto. (file_cache_slot::set_content): Ditto. (file_cache_slot::file_cache_slot): Ditto. (file_cache_slot::dump): Ditto.