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.
From-SVN: r279541
+2019-12-18 David Malcolm <dmalcolm@redhat.com>
+
+ 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.
+
2019-12-14 Jakub Jelinek <jakub@redhat.com>
PR preprocessor/92919
cpp_string_location_reader::
cpp_string_location_reader (location_t src_loc,
line_maps *line_table)
-: m_line_table (line_table)
{
src_loc = get_range_from_loc (line_table, src_loc).m_start;
private:
location_t m_loc;
int m_offset_per_column;
- line_maps *m_line_table;
};
/* A class for storing the source ranges of all of the characters within