aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/sym.c
diff options
context:
space:
mode:
authorttate <ttate@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-20 09:38:23 +0000
committerttate <ttate@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-20 09:38:23 +0000
commita2db8e72c10c5e5506f18314ac805cd8206a4181 (patch)
treeb9026d4ea72cc59db8cda5c82e2bafa7f20f0e77 /ext/dl/sym.c
parent077d92a044cb22bfa88f39bfef43ea77e89440db (diff)
downloadruby-a2db8e72c10c5e5506f18314ac805cd8206a4181.tar.gz
Get rid of the declaration of rb_str_cat2().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dl/sym.c')
-rw-r--r--ext/dl/sym.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/dl/sym.c b/ext/dl/sym.c
index 502e0f4bf4..bc51ebe102 100644
--- a/ext/dl/sym.c
+++ b/ext/dl/sym.c
@@ -7,14 +7,6 @@
VALUE rb_cDLSymbol;
-#ifndef HAVE_RB_STR_CAT2
-static VALUE
-rb_str_cat2(VALUE str, const char *s)
-{
- return rb_str_cat(str, s, strlen(s));
-}
-#endif
-
static const char *
char2type(int ch)
{