mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-12 04:59:27 +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))
|
||||
}
|
||||
|
||||
// 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)]
|
||||
mod tests {
|
||||
use storage::{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user