refactor: remove unused pub method

This commit is contained in:
Joonas Koivunen 2020-08-19 20:25:10 +03:00
parent af8870aaae
commit ff4037db73

View File

@ -155,10 +155,6 @@ impl IpfsPath {
}
}
pub fn remaining_path(&self) -> &[String] {
self.path.as_slice()
}
// Currently unused by commited code, but might become handy or easily removed later on.
#[allow(dead_code)]
pub fn debug<'a>(&'a self, current: &'a Cid) -> impl fmt::Debug + 'a {