diff --git a/libimagstore/src/store.rs b/libimagstore/src/store.rs index 38e5dd6b..d7e7fe2f 100644 --- a/libimagstore/src/store.rs +++ b/libimagstore/src/store.rs @@ -315,11 +315,6 @@ impl Store { /// to stdout, we need to be able to replace the in-memory backend with the real filesystem /// backend. /// - /// # TODO - /// - /// Currently, this is the naive implementatoin which does not transfer contents of the - /// backends. - /// pub fn reset_backend(&mut self, mut backend: Box) -> Result<()> { self.backend .drain()