put empty rb_gc_force_recycle()
and declare it will be removed soon. ddtrace is still referes the API and build was failed. See https://github.com/DataDog/dd-trace-rb/pull/3578 Maybe threre are only few users of this C-API now so we can remove it soon.
This commit is contained in:
parent
87ad5ca3ca
commit
5d9fd674c9
@ -823,4 +823,7 @@ rb_obj_write(
|
|||||||
return a;
|
return a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RBIMPL_ATTR_DEPRECATED(("Will be removed soon"))
|
||||||
|
static inline void rb_gc_force_recycle(VALUE obj){}
|
||||||
|
|
||||||
#endif /* RBIMPL_GC_H */
|
#endif /* RBIMPL_GC_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user