Skip to content

Commit 87ac7a1

Browse files
committed
remove unused function
1 parent 776da31 commit 87ac7a1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

crates/data-model/src/upstream_oauth2/provider.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -423,10 +423,3 @@ pub enum OnConflict {
423423
/// existing link or not
424424
Add,
425425
}
426-
427-
impl OnConflict {
428-
#[must_use]
429-
pub fn is_add(&self) -> bool {
430-
matches!(self, Self::Add)
431-
}
432-
}

0 commit comments

Comments
 (0)