Remove deadcode

This commit is contained in:
Jazz Turner-Baggs 2026-04-23 22:37:23 -07:00
parent aa380adb37
commit d988ecad55
No known key found for this signature in database

View File

@ -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::{