1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

remove obsolete function prototypes.

This commit is contained in:
Charles Lowell 2010-06-07 10:17:13 +03:00
parent f8fc3a3284
commit b9a3aba004

View file

@ -5,7 +5,5 @@
void rr_init_str();
VALUE v8_str_new(VALUE clazz, VALUE str);
VALUE v8_str_to_s(VALUE self);
VALUE rr_reflect_v8_string(v8::Handle<v8::Value> value);
#endif