aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/io.h
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2009-04-17 22:52:02 +0300
committerJanne Blomqvist <jb@gcc.gnu.org>2009-04-17 22:52:02 +0300
commit4e23895d6aaf10a9905bbb3540de72ba9f471bc4 (patch)
tree738953035768ddfbfc66aeca22cabfcca3a03f98 /libgfortran/io/io.h
parent9e3be8891057eba25a95eba3fc72eb527d1d4457 (diff)
downloadgcc-4e23895d6aaf10a9905bbb3540de72ba9f471bc4.zip
gcc-4e23895d6aaf10a9905bbb3540de72ba9f471bc4.tar.gz
gcc-4e23895d6aaf10a9905bbb3540de72ba9f471bc4.tar.bz2
io.h (is_preconnected): Remove prototype.
2009-04-17 Janne Blomqvist <jb@gcc.gnu.org> * io/io.h (is_preconnected): Remove prototype. * io/unix.c (is_preconnected): Remove function. From-SVN: r146287
Diffstat (limited to 'libgfortran/io/io.h')
-rw-r--r--libgfortran/io/io.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libgfortran/io/io.h b/libgfortran/io/io.h
index c9b3db3..22e097a 100644
--- a/libgfortran/io/io.h
+++ b/libgfortran/io/io.h
@@ -773,9 +773,6 @@ internal_proto(is_seekable);
extern int is_special (stream *);
internal_proto(is_special);
-extern int is_preconnected (stream *);
-internal_proto(is_preconnected);
-
extern void flush_if_preconnected (stream *);
internal_proto(flush_if_preconnected);