From: Francois-Xavier Coudert Date: Tue, 25 Aug 2015 15:26:02 +0000 (+0000) Subject: * libgfortran.h (check_buffered): Remove unused prototype. X-Git-Tag: basepoints/gcc-7~4919 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a139f281473e41b815913e27f124713bddcb5421;p=thirdparty%2Fgcc.git * libgfortran.h (check_buffered): Remove unused prototype. From-SVN: r227174 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 9d58d50f2898..db86bdc1a013 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,7 @@ +2015-08-25 Francois-Xavier Coudert + + * libgfortran.h (check_buffered): Remove unused prototype. + 2015-08-24 Francois-Xavier Coudert PR libfortran/57496 diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index 7c6e79995422..0e73ac1e2bf8 100644 --- a/libgfortran/libgfortran.h +++ b/libgfortran/libgfortran.h @@ -790,9 +790,6 @@ internal_proto(xrealloc); /* environ.c */ -extern int check_buffered (int); -internal_proto(check_buffered); - extern void init_variables (void); internal_proto(init_variables);