Skip to content

Commit

Permalink
Remove unused 'block'
Browse files Browse the repository at this point in the history
  • Loading branch information
nc6 committed Dec 13, 2019
1 parent 60da4f5 commit b4fb256
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ouroboros-network/src/Ouroboros/Network/Point.hs
Expand Up @@ -9,7 +9,6 @@ module Ouroboros.Network.Point
, Block (..)
, origin
, at
, block
, fromWithOrigin
, withOrigin
, withOriginToMaybe
Expand All @@ -26,6 +25,3 @@ data Block slot hash = Block
, blockPointHash :: !hash
}
deriving (Eq, Ord, Show, Generic, NoUnexpectedThunks)

block :: slot -> hash -> WithOrigin (Block slot hash)
block slot hash = at (Block slot hash)

0 comments on commit b4fb256

Please sign in to comment.