From 9e71120ca85b97b5b2f9d101bae177751ea7179c Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 11 Apr 2010 02:30:18 +0000 Subject: * ruby.c (rubylib_mangled_path2): not used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ruby.c') diff --git a/ruby.c b/ruby.c index 75762ae57f..575bb44295 100644 --- a/ruby.c +++ b/ruby.c @@ -168,15 +168,8 @@ rubylib_mangled_path(const char *s, unsigned int l) ptr[l + newl - oldl] = 0; return ret; } - -static VALUE -rubylib_mangled_path2(const char *s) -{ - return rubylib_mangled_path(s, strlen(s)); -} #else #define rubylib_mangled_path rb_str_new -#define rubylib_mangled_path2 rb_str_new2 #endif static void push_include _((const char *path)); -- cgit v1.2.3