drop: instance Hashable (EventKey e (EncryptionHandshake e))

This commit is contained in:
Sergey Ivanov 2023-07-13 00:36:50 +04:00
parent 5b5c9bd909
commit 792d627870
1 changed files with 0 additions and 2 deletions

View File

@ -198,5 +198,3 @@ instance Hashable (Peer e) => Hashable (SessionKey e (EncryptionHandshake e))
data instance EventKey e (EncryptionHandshake e) =
AnyKnownPeerEncryptionHandshakeEventKey
deriving stock (Typeable, Eq,Generic)
instance Hashable (EventKey e (EncryptionHandshake e))