diff options
author | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2015-08-25 15:26:02 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2015-08-25 15:26:02 +0000 |
commit | a139f281473e41b815913e27f124713bddcb5421 (patch) | |
tree | d7d693a54ebfd9e4a771755172659ed6ca205992 /libgfortran/libgfortran.h | |
parent | db8d09191cdb8d0ef248b86bb0b903a2c59a2ecc (diff) | |
download | gcc-a139f281473e41b815913e27f124713bddcb5421.zip gcc-a139f281473e41b815913e27f124713bddcb5421.tar.gz gcc-a139f281473e41b815913e27f124713bddcb5421.tar.bz2 |
* libgfortran.h (check_buffered): Remove unused prototype.
From-SVN: r227174
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 7c6e799..0e73ac1 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); |