Remove misc dead code in libs/

This commit is contained in:
Heikki Linnakangas
2024-09-18 23:39:28 +03:00
committed by Heikki Linnakangas
parent 15ae1fc3df
commit 7b34c2d7af
3 changed files with 0 additions and 40 deletions

View File

@@ -127,10 +127,6 @@ impl RemotePath {
&self.0
}
pub fn extension(&self) -> Option<&str> {
self.0.extension()
}
pub fn strip_prefix(&self, p: &RemotePath) -> Result<&Utf8Path, std::path::StripPrefixError> {
self.0.strip_prefix(&p.0)
}