mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-16 15:10:01 +00:00
Remove deadcode
This commit is contained in:
parent
aa380adb37
commit
d988ecad55
@ -532,16 +532,6 @@ fn blob_to_array<const N: usize>(
|
|||||||
.map_err(|_| invalid_blob_length(field, N, actual))
|
.map_err(|_| invalid_blob_length(field, N, actual))
|
||||||
}
|
}
|
||||||
|
|
||||||
// impl GroupMlsStorageV1 for ChatStorage {
|
|
||||||
// fn save_state(&self, convo_id: &str, state: &[u8]) {
|
|
||||||
// todo!()
|
|
||||||
// }
|
|
||||||
|
|
||||||
// fn load_state(&self, convo_id: &str) -> Vec<u8> {
|
|
||||||
// todo!()
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use storage::{
|
use storage::{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user