summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2013-03-23 20:22:16 +0900
committerMasaki Muranaka <[email protected]>2013-03-23 20:22:16 +0900
commitd5b135a1e7f47d5e87ef77c6b3fd69fbc57e4920 (patch)
treef391b8eb2cc40aab651e9d3bc7806e4854207368
parent92686363312e89d5ee8ddbb4dce2150448694a1c (diff)
downloadmruby-d5b135a1e7f47d5e87ef77c6b3fd69fbc57e4920.tar.gz
mruby-d5b135a1e7f47d5e87ef77c6b3fd69fbc57e4920.zip
Remove _obj_classname() as unused.
-rw-r--r--src/string.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/string.c b/src/string.c
index 966950e63..78d706cc5 100644
--- a/src/string.c
+++ b/src/string.c
@@ -29,12 +29,6 @@ static mrb_value mrb_str_subseq(mrb_state *mrb, mrb_value str, mrb_int beg, mrb_
s->aux.capa = capacity;\
} while (0)
-static const char*
-_obj_classname(mrb_state *mrb, mrb_value obj)
-{
- return mrb_class_name(mrb, mrb_obj_class(mrb, obj));
-}
-
void
mrb_str_decref(mrb_state *mrb, mrb_shared_string *shared)
{