summaryrefslogtreecommitdiffhomepage
path: root/src/string.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-12-18 01:55:23 +0900
committerGitHub <[email protected]>2019-12-18 01:55:23 +0900
commit815e0c400a3fc889a1a3503e6fd21e56ab01faee (patch)
treed3318b14ab4f80edac96b910b84b9fde025b6116 /src/string.c
parent4c1667a5f67defd593bd37b2cbab0e0f33f7af75 (diff)
parentd2f2f9db511afc348a88f864b9f0b0ccfc59a8f1 (diff)
downloadmruby-815e0c400a3fc889a1a3503e6fd21e56ab01faee.tar.gz
mruby-815e0c400a3fc889a1a3503e6fd21e56ab01faee.zip
Merge pull request #4875 from shuujii/remove-location-info-from-Exception-inspect
Remove location info from `Exception#inspect`
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string.c b/src/string.c
index 5a0a6a233..b3f07dfb0 100644
--- a/src/string.c
+++ b/src/string.c
@@ -1095,7 +1095,6 @@ mrb_str_equal_m(mrb_state *mrb, mrb_value str1)
return mrb_bool_value(mrb_str_equal(mrb, str1, str2));
}
/* ---------------------------------- */
-mrb_value mrb_mod_to_s(mrb_state *mrb, mrb_value klass);
MRB_API mrb_value
mrb_str_to_str(mrb_state *mrb, mrb_value str)