Remove StoreId::is_dir()

This commit is contained in:
Matthias Beyer 2016-09-08 15:05:25 +02:00
parent 198170cf57
commit 88ff94fb6d

View file

@ -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();