diff options
Diffstat (limited to 'gcc/dwarfout.h')
-rw-r--r-- | gcc/dwarfout.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/dwarfout.h b/gcc/dwarfout.h index 9e4ca6275b6..bd4eaf3e6fc 100644 --- a/gcc/dwarfout.h +++ b/gcc/dwarfout.h @@ -21,8 +21,3 @@ Boston, MA 02111-1307, USA. */ extern void dwarfout_file_scope_decl PARAMS ((tree , int)); extern void dwarfout_begin_function PARAMS ((void)); -extern void dwarfout_end_function PARAMS ((void)); -extern void dwarfout_begin_epilogue PARAMS ((void)); -extern void dwarfout_end_epilogue PARAMS ((void)); - -extern void dwarfout_line PARAMS ((const char *, unsigned)); |