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 3d851531f41d694b95379ab86c194c839dff61b0
parent f2c2b87d3b0dcab323bb86932c2a904ed5833dc2
1 file changed +0 -5
modified crates/radicle/src/git/canonical.rs
@@ -190,11 +190,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.
    ///