Skip to content

Commit 985c3ed

Browse files
locallycompactnoonio
authored andcommitted
Remove unused Arbitrary ChainObservation instance
1 parent 2176f5c commit 985c3ed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hydra-chain-observer/src/Hydra/ChainObserver/NodeClient.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ data ChainObservation
3636
}
3737
deriving stock (Eq, Show, Generic)
3838

39-
instance Arbitrary ChainObservation where
40-
arbitrary = genericArbitrary
41-
4239
defaultObserverHandler :: Applicative m => ObserverHandler m
4340
defaultObserverHandler = const $ pure ()
4441

0 commit comments

Comments
 (0)