Remove Atom::path()

This commit is contained in:
Tad Hardesty 2019-11-17 10:37:19 -08:00
parent 27323eddfa
commit 8533f478a4

View file

@ -238,10 +238,6 @@ impl<'a> Atom<'a> {
})
}
pub fn path(&self) -> &str {
&self.type_.path
}
pub fn istype(&self, parent: &str) -> bool {
subpath(&self.type_.path, parent)
}