From a672e4db2126f6be1d651c33648e50598ed4bb2e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 18 Jun 2017 19:33:52 +0200 Subject: [PATCH] Remove TODO from Store::reset_backend() --- libimagstore/src/store.rs | 5 ----- 1 file changed, 5 deletions(-) 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()