Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: remove unused Canonical::tips method
Fintan Halpenny committed 10 months ago
commit f05ffcad7b07fb25831317cc1afa51f645a32d63
parent aa40c79a44b82ac93bb0a91452c98078aef0f736
1 file changed +0 -5
modified crates/radicle/src/git/canonical.rs
@@ -191,11 +191,6 @@ impl<'a, 'b> Canonical<'a, 'b> {
        })
    }

-
    /// Return the set of [`Did`]s and their [`Oid`] tip.
-
    pub fn tips(&self) -> impl Iterator<Item = (&Did, &(Oid, git2::ObjectType))> {
-
        self.tips.iter()
-
    }
-

    /// Returns `true` if there were no tips found for any of the DIDs for
    /// the given reference.
    ///