1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/fiddle] Remove wrong comment

831522e768
This commit is contained in:
Sutou Kouhei 2020-12-25 05:52:28 +09:00 committed by Hiroshi SHIBATA
parent 7bd3d6d23e
commit 212d836cd7
Notes: git 2021-05-18 12:49:07 +09:00

View file

@ -24,7 +24,6 @@ typedef union
void * pointer; /* ffi_type_pointer */
} fiddle_generic;
/* Deprecated. Use rb_fiddle_*() version. */
VALUE rb_fiddle_type_ensure(VALUE type);
ffi_type * rb_fiddle_int_to_ffi_type(int type);
void rb_fiddle_value_to_generic(int type, VALUE *src, fiddle_generic *dst);