From aa786e268d3bc91c25230b0653c94fc241607fb0 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Sun, 20 Oct 2013 21:04:30 +0200 Subject: [PATCH] Remove unused code --- binding-mri/filesystem-binding.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/binding-mri/filesystem-binding.cpp b/binding-mri/filesystem-binding.cpp index 8e7a481..92c9f79 100644 --- a/binding-mri/filesystem-binding.cpp +++ b/binding-mri/filesystem-binding.cpp @@ -193,9 +193,6 @@ fileIntBindingInit() VALUE klass = rb_define_class("FileInt", rb_cIO); _rb_define_method(klass, "read", fileIntRead); -// _rb_define_method(klass, "eof?", fileIntIsEof); -// _rb_define_method(klass, "pos", fileIntGetPos); -// _rb_define_method(klass, "pos=", fileIntSetPos); _rb_define_method(klass, "getbyte", fileIntGetByte); _rb_define_method(klass, "binmode", fileIntBinmode); _rb_define_method(klass, "close", fileIntClose);