summaryrefslogtreecommitdiffstats
path: root/include/ruby
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-19 12:51:52 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-19 12:51:52 +0000
commitc45c1ec209cd07eef351f20dc18a184834677a73 (patch)
treeb69e63df1175b367048af13d1691192508f5a734 /include/ruby
parent894850d6d48ae31179541aee611112a17e5dc9a9 (diff)
downloadruby-c45c1ec209cd07eef351f20dc18a184834677a73.tar.gz
ruby-c45c1ec209cd07eef351f20dc18a184834677a73.tar.xz
ruby-c45c1ec209cd07eef351f20dc18a184834677a73.zip
* include/ruby/io.h (rb_fopen): declaration removed.
* io.c (rb_fopen): unused function removed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby')
-rw-r--r--include/ruby/io.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ruby/io.h b/include/ruby/io.h
index c6c465b5e..b588d9821 100644
--- a/include/ruby/io.h
+++ b/include/ruby/io.h
@@ -125,7 +125,6 @@ typedef struct rb_io_t {
FILE *rb_io_stdio_file(rb_io_t *fptr);
-FILE *rb_fopen(const char*, const char*);
FILE *rb_fdopen(int, const char*);
int rb_io_mode_flags(const char*);
int rb_io_modenum_flags(int);