summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-07-22 03:00:45 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-07-22 03:00:45 +0000
commit3af58a0a57aaea69a6cd622ef14c76e57a06fe84 (patch)
treed153b733c23a10c9666f680263bd3b48e29debb3 /io.c
parent334b2c9f855ca8e4a36d34c6e600f5203ec017a5 (diff)
rehash
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/io.c b/io.c
index 16e539f2fb..a2be5a70ff 100644
--- a/io.c
+++ b/io.c
@@ -2598,8 +2598,6 @@ Init_IO()
rb_define_global_function("tell", f_tell, 0);
rb_define_global_function("seek", f_seek, 2);
rb_define_global_function("rewind", f_rewind, 0);
- rb_define_global_function("pos", f_tell, 0);
- rb_define_global_function("pos=", f_set_pos, 1);
rb_define_global_function("eof", f_eof, 0);
rb_define_global_function("eof?", f_eof, 0);
rb_define_global_function("getc", f_getc, 0);