diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-04-11 02:30:18 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-04-11 02:30:18 +0000 |
commit | 9e71120ca85b97b5b2f9d101bae177751ea7179c (patch) | |
tree | 1241402269b644340640673b1e279aeef23f56d5 /ruby.c | |
parent | b068def1ab1859b7a8e9dff255cf24568e356cb8 (diff) |
* 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
Diffstat (limited to 'ruby.c')
-rw-r--r-- | ruby.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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)); |