summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-08 02:25:53 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-08 02:25:53 +0000
commit0c5481d9848772bb9bf48b5a2b7d62264d696a20 (patch)
tree1be3d58aaa3b1f66bbffc45fae5d9ae018becbcf /gcc/diagnostic.h
parent77caf6c2ca6dc9ceac9b4727fbf3f8559d837ea4 (diff)
downloadgcc-0c5481d9848772bb9bf48b5a2b7d62264d696a20.tar.gz
* diagnostic.h: Remove unused prototype
debug_output_buffer. * modulo-sched.c: Remove unused prototype set_row_column_for_ps. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96080 138bc75d-0d04-0410-961f-82ee72b054a4
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 cc0a911d8f9..adf14339643 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);