Skip to content

Commit ee3440a

Browse files
committed
Remove orphan instance
1 parent 0376457 commit ee3440a

File tree

1 file changed

+0
-5
lines changed
  • ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/Storage/LedgerDB

1 file changed

+0
-5
lines changed

ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/Storage/LedgerDB/V2.hs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
{-# LANGUAGE TypeFamilies #-}
1515
{-# LANGUAGE TypeOperators #-}
1616
{-# LANGUAGE UndecidableInstances #-}
17-
{-# OPTIONS_GHC -Wno-orphans #-}
1817

1918
module Ouroboros.Consensus.Storage.LedgerDB.V2 (mkInitDb) where
2019

@@ -455,10 +454,6 @@ deriving instance
455454
) =>
456455
NoThunks (LedgerDBEnv m l blk)
457456

458-
instance NoThunks (LSM.Session m) where
459-
showTypeOf _ = "Session"
460-
wNoThunks _ _ = pure Nothing
461-
462457
{-------------------------------------------------------------------------------
463458
The LedgerDBHandle
464459
-------------------------------------------------------------------------------}

0 commit comments

Comments
 (0)