diff --git a/libimagstore/src/storeid.rs b/libimagstore/src/storeid.rs index c9677166..652b926f 100644 --- a/libimagstore/src/storeid.rs +++ b/libimagstore/src/storeid.rs @@ -103,16 +103,6 @@ impl StoreId { } -impl Into for StoreId { - - fn into(self) -> PathBuf { - let mut base = self.base.unwrap_or(PathBuf::from("/")); - base.push(self.id); - base - } - -} - impl Display for StoreId { fn fmt(&self, fmt: &mut Formatter) -> RResult<(), FmtError> {