summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'string.c')
-rw-r--r--string.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/string.c b/string.c
index fc6fe5942f..6e50b8ef2e 100644
--- a/string.c
+++ b/string.c
@@ -7549,9 +7549,8 @@ rb_str_crypt(VALUE str, VALUE salt)
VALUE
-rb_str_intern(VALUE s)
+rb_str_intern(VALUE str)
{
- VALUE str = RB_GC_GUARD(s);
ID id;
id = rb_intern_str(str);