From: Filip Kastl Date: Mon, 20 Jul 2026 11:00:35 +0000 (+0200) Subject: lto-streamer: Remove an unused field X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c6f598668e5b85d24e35cf97bd55da2898df502;p=thirdparty%2Fgcc.git lto-streamer: Remove an unused field This patch removes the unused field 'stream_linemap_order' from the class 'lto_location_cache'. gcc/ChangeLog: * lto-streamer.h: Remove the field 'stream_linemap_order' from the class 'lto_location_cache'. Signed-off-by: Filip Kastl --- diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index 27126a42185..d1285b87bc5 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -334,7 +334,6 @@ private: unsigned stream_discr = 0; size_t stream_map_idx = 0; location_t stream_loc_offset = 0; - unsigned stream_linemap_order = -1U; /* These keep track of most recently accepted values. */ cached_location current_cloc = {};