Remove some unused pub functions (#3872)

## Summary

I wrote a bad Python script to find these.
This commit is contained in:
Charlie Marsh 2024-05-28 11:58:13 -04:00 committed by GitHub
parent 1fc6a59707
commit cedd18e4c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 3 additions and 174 deletions

View file

@ -48,11 +48,6 @@ impl GitUrl {
&self.reference
}
/// Returns `true` if the reference is a full commit.
pub fn is_full_commit(&self) -> bool {
matches!(self.reference, GitReference::FullCommit(_))
}
/// Return the precise commit, if known.
pub fn precise(&self) -> Option<GitSha> {
self.precise