mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 00:01:25 +08:00
diagnostic.h: Remove unused prototype debug_output_buffer.
* diagnostic.h: Remove unused prototype debug_output_buffer. * modulo-sched.c: Remove unused prototype set_row_column_for_ps. From-SVN: r96080
This commit is contained in:
parent
c24b7de90d
commit
2863ddd231
@ -7,6 +7,11 @@
|
||||
unshare_all_trees): Make them static.
|
||||
* tree-gimple.h: Remove the corresponding prototypes.
|
||||
|
||||
* diagnostic.h: Remove unused prototype
|
||||
debug_output_buffer.
|
||||
* modulo-sched.c: Remove unused prototype
|
||||
set_row_column_for_ps.
|
||||
|
||||
2005-03-07 Per Bothner <per@bothner.com>
|
||||
|
||||
* tree.h (DECL_IS_BUILTIN): Reverted my patch from earlier today.
|
||||
|
@ -182,8 +182,6 @@ extern char *diagnostic_build_prefix (diagnostic_info *);
|
||||
extern void verbatim (const char *, ...);
|
||||
extern char *file_name_as_prefix (const char *);
|
||||
|
||||
extern void debug_output_buffer (pretty_printer *);
|
||||
|
||||
/* In tree-pretty-print.c */
|
||||
extern int dump_generic_node (pretty_printer *, tree, int, int, bool);
|
||||
extern void print_generic_stmt (FILE *, tree, int);
|
||||
|
@ -155,8 +155,6 @@ static ps_insn_ptr ps_add_node_check_conflicts (partial_schedule_ptr,
|
||||
sbitmap must_precede,
|
||||
sbitmap must_follow);
|
||||
static void rotate_partial_schedule (partial_schedule_ptr, int);
|
||||
void set_row_column_for_ps (partial_schedule_ptr);
|
||||
|
||||
|
||||
/* This page defines constants and structures for the modulo scheduling
|
||||
driver. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user