diff options
Diffstat (limited to 'gcc/tree-streamer.h')
-rw-r--r-- | gcc/tree-streamer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree-streamer.h b/gcc/tree-streamer.h index 9c150f52163..5c3acb60994 100644 --- a/gcc/tree-streamer.h +++ b/gcc/tree-streamer.h @@ -85,8 +85,7 @@ void streamer_write_string_cst (struct output_block *, struct lto_output_stream *, tree); void streamer_write_chain (struct output_block *, tree, bool); void streamer_write_tree_header (struct output_block *, tree); -void streamer_pack_tree_bitfields (struct output_block *, struct bitpack_d *, - tree); +void streamer_write_tree_bitfields (struct output_block *, tree); void streamer_write_tree_body (struct output_block *, tree, bool); void streamer_write_integer_cst (struct output_block *, tree, bool); void streamer_write_builtin (struct output_block *, tree); |