diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-14 17:53:28 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-14 17:53:28 +0000 |
commit | 32f2c8ec4a9e2056720d94d81624bf6975ef7221 (patch) | |
tree | d73ece63efb05148b26c152c149811407644177a /gcc/output.h | |
parent | eb399bb7366280bb4ad4f3b8fb9e27543dce1199 (diff) | |
download | gcc-32f2c8ec4a9e2056720d94d81624bf6975ef7221.tar.gz |
* c-tree.h, coverage.h, langhooks-def.h, optabs.h, output.h,
rtl.h, targhooks.h, tree-flow.h, tree-mudflap.h, tree.h:
Remove unused prototypes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93651 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/output.h b/gcc/output.h index b014b2321f4..a5d5418d29a 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -144,10 +144,6 @@ extern void leaf_renumber_regs_insn (rtx); /* Locate the proper template for the given insn-code. */ extern const char *get_insn_template (int, rtx); -/* Add function NAME to the weak symbols list. VALUE is a weak alias - associated with NAME. */ -extern int add_weak (tree, const char *, const char *); - /* Functions in flow.c */ extern int regno_clobbered_at_setjmp (int); |