Merge pull request #725 from matthiasbeyer/libimagstore/storeid-remove-is-dir
Remove StoreId::is_dir()
This commit is contained in:
commit
e730699541
1 changed files with 0 additions and 4 deletions
|
@ -79,10 +79,6 @@ impl StoreId {
|
|||
true
|
||||
}
|
||||
|
||||
pub fn is_dir(&self) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
pub fn to_str(&self) -> Result<String> {
|
||||
if self.base.is_some() {
|
||||
let mut base = self.base.as_ref().cloned().unwrap();
|
||||
|
|
Loading…
Reference in a new issue