mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-03-26 22:23:14 +00:00
fix: remove destroy_string
This commit is contained in:
parent
030ab475be
commit
10a403e6fa
@ -6,8 +6,3 @@ pub struct CResult<T: ReprC, Err: ReprC> {
|
||||
pub ok: Option<T>,
|
||||
pub err: Option<Err>,
|
||||
}
|
||||
|
||||
#[ffi_export]
|
||||
pub fn destroy_string(s: repr_c::String) {
|
||||
drop(s);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user