Bindings: Remove 'wrapNilProperty'

It's completely useless lol.
This commit is contained in:
Jonas Kulla 2014-09-05 01:52:12 +02:00
parent f8c26fc515
commit 0131ed09f0
9 changed files with 0 additions and 24 deletions

View file

@ -312,15 +312,6 @@ wrapProperty(mrb_state *mrb, mrb_value self,
propObj);
}
inline void
wrapNilProperty(mrb_state *mrb, mrb_value self, CommonSymbol iv)
{
mrb_obj_iv_set(mrb,
mrb_obj_ptr(self),
getSym(mrb, iv),
mrb_nil_value());
}
inline mrb_value
getProperty(mrb_state *mrb, mrb_value self, CommonSymbol iv)
{