diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-08-25 15:26:02 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-08-25 15:26:02 +0000 |
commit | 28e5a4e0fbc147b190650b116b079966a7107466 (patch) | |
tree | d7d693a54ebfd9e4a771755172659ed6ca205992 /libgfortran/libgfortran.h | |
parent | fd7b19dcac76d822e3688978d037a0e94ea8e44d (diff) | |
download | gcc-28e5a4e0fbc147b190650b116b079966a7107466.tar.gz |
* libgfortran.h (check_buffered): Remove unused prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227174 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/libgfortran.h')
-rw-r--r-- | libgfortran/libgfortran.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index 7c6e7999542..0e73ac1e2bf 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); |