aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/io.h
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2009-04-10 11:26:56 +0300
committerJanne Blomqvist <jb@gcc.gnu.org>2009-04-10 11:26:56 +0300
commit4dadda8fb0ca2ba78608c3e86afcb2d12d5f7f25 (patch)
tree52480104f1578c38c5b2f261309ec8a4041319c8 /libgfortran/io/io.h
parent6b6802109eeaa57a3f0c13e24dd2c4d0e05bc06c (diff)
downloadgcc-4dadda8fb0ca2ba78608c3e86afcb2d12d5f7f25.zip
gcc-4dadda8fb0ca2ba78608c3e86afcb2d12d5f7f25.tar.gz
gcc-4dadda8fb0ca2ba78608c3e86afcb2d12d5f7f25.tar.bz2
io.h (move_pos_offset): Remove prototype.
2009-04-10 Janne Blomqvist <jb@gcc.gnu.org> * io/io.h (move_pos_offset): Remove prototype. * io/transfer.c (formatted_transfer_scalar_read): Use sseek instead of move_pos_offset. * io/unix.c (move_pos_offset): Remove. From-SVN: r145876
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 7e4742e..c9b3db3 100644
--- a/libgfortran/io/io.h
+++ b/libgfortran/io/io.h
@@ -707,9 +707,6 @@ fnode;
/* unix.c */
-extern int move_pos_offset (stream *, int);
-internal_proto(move_pos_offset);
-
extern int compare_files (stream *, stream *);
internal_proto(compare_files);