diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-19 12:25:36 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-19 12:25:36 +0000 |
commit | bc233f0cbf2463024900ad0df5be174d5708e492 (patch) | |
tree | b6d2073ea90e334c020c7570d062f0d8453a39fd /gcc/c-tree.h | |
parent | f225b9ac3e91273ffdbc7247da05fc42ffd0b600 (diff) | |
download | gcc-bc233f0cbf2463024900ad0df5be174d5708e492.tar.gz |
* c-tree.h: Remove declaration of poplevel.
* tree.h: Remove declaration of approx_sqrt.
* c-lex.c: Remove redundant declaration of asm_out_file.
* flags.h: Remove declaration of warn_unknown_pragma and
main_input_filename.
* rtl.h: Remove functions from fold-const.c since they're already
declared in tree.h.
* regs.h: Remove redundant declaration of reg_names.
cp:
* cp-tree.h: Remove duplicated declarations.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68193 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r-- | gcc/c-tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 368c970557e..62a6d4aa88f 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -175,7 +175,6 @@ extern int global_bindings_p PARAMS ((void)); extern int kept_level_p PARAMS ((void)); extern tree getdecls PARAMS ((void)); extern void pushlevel PARAMS ((int)); -extern tree poplevel PARAMS ((int,int, int)); extern void insert_block PARAMS ((tree)); extern void set_block PARAMS ((tree)); extern tree pushdecl PARAMS ((tree)); |