diff options
Diffstat (limited to 'string.c')
-rw-r--r-- | string.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1898,12 +1898,6 @@ rb_ec_str_resurrect(struct rb_execution_context_struct *ec, VALUE str, bool chil return new_str; } -bool -rb_str_chilled_p(VALUE str) -{ - return CHILLED_STRING_P(str); -} - /* * * call-seq: |