diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-17 22:06:00 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-17 22:06:00 +0000 |
commit | 66e68a00e5b37d436d85c4a5f2acd1611a3d9bfc (patch) | |
tree | 71566dfe812990b2ae5d975b94eb0e114eae7a6e /gcc/output.h | |
parent | b7f013ae0e7e8c7cf64f6358ace2a42ce1b8c3b0 (diff) | |
download | gcc-66e68a00e5b37d436d85c4a5f2acd1611a3d9bfc.tar.gz |
* basic-block.h, c-common.h, df.h, expr.h, output.h, rtl.h,
tree-chrec.h, tree-flow.h, tree-scalar-evolution.h,
tree-ssa-live.h, tree.h: Remove unused prototypes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90821 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/output.h b/gcc/output.h index 553f7c4e1cf..95090064079 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -149,7 +149,6 @@ extern const char *get_insn_template (int, rtx); extern int add_weak (tree, const char *, const char *); /* Functions in flow.c */ -extern void allocate_for_life_analysis (void); extern int regno_clobbered_at_setjmp (int); /* Functions in varasm.c. */ @@ -282,7 +281,6 @@ extern void assemble_zeros (unsigned HOST_WIDE_INT); /* Assemble an alignment pseudo op for an ALIGN-bit boundary. */ extern void assemble_align (int); -extern void assemble_eh_align (int); /* Assemble a string constant with the specified C string as contents. */ extern void assemble_string (const char *, int); @@ -292,7 +290,6 @@ extern void assemble_external_libcall (rtx); /* Assemble a label named NAME. */ extern void assemble_label (const char *); -extern void assemble_eh_label (const char *); /* Output to FILE a reference to the assembler name of a C-level name NAME. If NAME starts with a *, the rest of NAME is output verbatim. |