Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 995a122

Browse files
committedMar 7, 2025·
Remove some dead code
1 parent 54babec commit 995a122

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎features/verifysession/impl/src/main/kotlin/io/element/android/features/verifysession/impl/outgoing/VerifySelfSessionStateMachine.kt

-5
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,3 @@ class VerifySelfSessionStateMachine(
200200
data object Reset : Event
201201
}
202202
}
203-
204-
sealed interface VerificationType {
205-
data object CurrentSession : VerificationType
206-
data object User : VerificationType
207-
}

0 commit comments

Comments
 (0)
Please sign in to comment.