[Bug preprocessor/92982] cpp_string_location_reader :: m_line_table seems redundant ?
dmalcolm at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Dec 18 17:26:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92982
--- Comment #2 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Author: dmalcolm
Date: Wed Dec 18 17:26:01 2019
New Revision: 279541
URL: https://gcc.gnu.org/viewcvs?rev=279541&root=gcc&view=rev
Log:
Drop unused member from cpp_string_location_reader (PR preprocessor/92982)
libcpp/ChangeLog:
PR preprocessor/92982
* charset.c
(cpp_string_location_reader::cpp_string_location_reader): Delete
initialization of m_line_table.
* include/cpplib.h (cpp_string_location_reader::m_line_table):
Delete unused member.
Modified:
trunk/libcpp/ChangeLog
trunk/libcpp/charset.c
trunk/libcpp/include/cpplib.h
More information about the Gcc-bugs
mailing list