summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-11 02:30:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-11 02:30:18 +0000
commit9e71120ca85b97b5b2f9d101bae177751ea7179c (patch)
tree1241402269b644340640673b1e279aeef23f56d5 /ruby.c
parentb068def1ab1859b7a8e9dff255cf24568e356cb8 (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.c7
1 files changed, 0 insertions, 7 deletions
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));