mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
get rid of useless macro
This commit is contained in:
parent
afc0f62cf4
commit
df2881af3b
1 changed files with 0 additions and 2 deletions
|
@ -6,6 +6,4 @@
|
|||
#define RR_DEFINE_METHOD(klass, name, impl, argc) rb_define_method(klass, name, (VALUE(*)(...))impl, argc)
|
||||
#define RR_DEFINE_SINGLETON_METHOD(object, name, impl, argc) rb_define_singleton_method(object, name, (VALUE(*)(...))impl, argc)
|
||||
|
||||
#define RR_NATIVE_CLASS(name) rb_define_class_under(rb_eval_string("V8::C"), name, rb_cObject)
|
||||
|
||||
#endif
|
Loading…
Add table
Reference in a new issue