diff --git a/libimagstore/src/storeid.rs b/libimagstore/src/storeid.rs index eaa1ea05..a5c2c11e 100644 --- a/libimagstore/src/storeid.rs +++ b/libimagstore/src/storeid.rs @@ -79,10 +79,6 @@ impl StoreId { true } - pub fn is_dir(&self) -> bool { - false - } - pub fn to_str(&self) -> Result { if self.base.is_some() { let mut base = self.base.as_ref().cloned().unwrap();