aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.h
diff options
context:
space:
mode:
authorPrathamesh Kulkarni <prathameshk@nvidia.com>2024-07-10 16:58:20 +0530
committerPrathamesh Kulkarni <prathameshk@nvidia.com>2024-07-10 17:09:01 +0530
commit23c2e6de305b8a9e44041d54e587f1333f06134c (patch)
treec8d5e91cae4952d226c10bdf5bf20f214b9cc255 /gcc/lto-streamer.h
parent80e446e829d818dc19daa6e671b9626e93ee4949 (diff)
downloadgcc-23c2e6de305b8a9e44041d54e587f1333f06134c.zip
gcc-23c2e6de305b8a9e44041d54e587f1333f06134c.tar.gz
gcc-23c2e6de305b8a9e44041d54e587f1333f06134c.tar.bz2
[PR115394] Remove streamer_debugging and it's uses.
gcc/ChangeLog: PR lto/115394 * lto-streamer.h: Remove streamer_debugging definition. * lto-streamer-out.cc (stream_write_tree_ref): Remove use of streamer_debugging. (lto_output_tree): Likewise. * tree-streamer-in.cc (streamer_read_tree_bitfields): Likewise. (streamer_get_pickled_tree): Likewise. * tree-streamer-out.cc (pack_ts_base_value_fields): Likewise. Signed-off-by: Prathamesh Kulkarni <prathameshk@nvidia.com>
Diffstat (limited to 'gcc/lto-streamer.h')
-rw-r--r--gcc/lto-streamer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h
index e8dbba4..79c44d2 100644
--- a/gcc/lto-streamer.h
+++ b/gcc/lto-streamer.h
@@ -126,10 +126,6 @@ along with GCC; see the file COPYING3. If not see
typedef unsigned char lto_decl_flags_t;
-/* Stream additional data to LTO object files to make it easier to debug
- streaming code. This changes object files. */
-static const bool streamer_debugging = false;
-
/* Tags representing the various IL objects written to the bytecode file
(GIMPLE statements, basic blocks, EH regions, tree nodes, etc).