summaryrefslogtreecommitdiff
path: root/ext/dl/sym.c
diff options
context:
space:
mode:
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)
{