diff options
Diffstat (limited to 'gcc/dwarf2out.h')
-rw-r--r-- | gcc/dwarf2out.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/dwarf2out.h b/gcc/dwarf2out.h index f429c960c5e..726ad0061a6 100644 --- a/gcc/dwarf2out.h +++ b/gcc/dwarf2out.h @@ -18,11 +18,6 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -extern void dwarf2out_define PARAMS ((unsigned, const char *)); -extern void dwarf2out_undef PARAMS ((unsigned, const char *)); -extern void dwarf2out_start_source_file PARAMS ((unsigned, const char *)); -extern void dwarf2out_end_source_file PARAMS ((void)); - extern void dwarf2out_begin_block PARAMS ((unsigned)); extern void dwarf2out_end_block PARAMS ((unsigned)); extern int dwarf2out_ignore_block PARAMS ((tree)); |