diff --git a/http/src/v0/refs/path.rs b/http/src/v0/refs/path.rs index 60c0a824..b615a4a5 100644 --- a/http/src/v0/refs/path.rs +++ b/http/src/v0/refs/path.rs @@ -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 {