From 21ba5836e62f142c39697fc0cf6775448615e1cc Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 19 Aug 2008 12:51:52 +0000 Subject: * include/ruby/io.h (rb_fopen): declaration removed. * io.c (rb_fopen): unused function removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/io.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/ruby') diff --git a/include/ruby/io.h b/include/ruby/io.h index c6c465b5ed..b588d98219 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); -- cgit v1.2.3