remove unused function

This commit is contained in:
olivier
2025-07-21 10:19:57 +02:00
parent d9d5130051
commit ad1e35d651

View File

@@ -423,10 +423,3 @@ pub enum OnConflict {
/// existing link or not
Add,
}
impl OnConflict {
#[must_use]
pub fn is_add(&self) -> bool {
matches!(self, Self::Add)
}
}