aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-03-08 02:25:53 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-03-08 02:25:53 +0000
commit2863ddd231e049294f108078f21ef806481b250b (patch)
tree1be3d58aaa3b1f66bbffc45fae5d9ae018becbcf /gcc/diagnostic.h
parentc24b7de90d3e31a13d0bae78254c81765495006c (diff)
downloadgcc-2863ddd231e049294f108078f21ef806481b250b.zip
gcc-2863ddd231e049294f108078f21ef806481b250b.tar.gz
gcc-2863ddd231e049294f108078f21ef806481b250b.tar.bz2
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
Diffstat (limited to 'gcc/diagnostic.h')
-rw-r--r--gcc/diagnostic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h
index cc0a911..adf1433 100644
--- a/gcc/diagnostic.h
+++ b/gcc/diagnostic.h
@@ -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);