From c71f2ffd78811e3aaafdca4618c737c0c10e72ca Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Sun, 4 May 2003 15:18:21 +0000 Subject: toplev.h (pedwarn_with_file_and_line): Don't declare. * toplev.h (pedwarn_with_file_and_line): Don't declare. * diagnostic.c (pedwarn_with_file_and_line): Remove. From-SVN: r66456 --- gcc/toplev.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/toplev.h') diff --git a/gcc/toplev.h b/gcc/toplev.h index de13bc249ff..7da7654a093 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -59,8 +59,6 @@ extern void error PARAMS ((const char *, ...)); extern void fatal_error PARAMS ((const char *, ...)) ATTRIBUTE_NORETURN; extern void pedwarn PARAMS ((const char *, ...)); -extern void pedwarn_with_file_and_line PARAMS ((const char *, int, - const char *, ...)); extern void warning_with_file_and_line PARAMS ((const char *, int, const char *, ...)); extern void error_with_file_and_line PARAMS ((const char *, int, -- cgit v1.2.1