diff options
Diffstat (limited to 'gcc/dbxout.h')
-rw-r--r-- | gcc/dbxout.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/dbxout.h b/gcc/dbxout.h index d13fbf105e7..a42a261951b 100644 --- a/gcc/dbxout.h +++ b/gcc/dbxout.h @@ -18,9 +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 dbxout_init PARAMS ((FILE *, const char *, tree)); -extern void dbxout_finish PARAMS ((FILE *, const char *)); - extern void dbxout_start_new_source_file PARAMS ((const char *)); extern void dbxout_resume_previous_source_file PARAMS ((void)); |