Skip to content

Commit

Permalink
Remove redundant HasCallStack
Browse files Browse the repository at this point in the history
  • Loading branch information
mrBliss authored Feb 27, 2020
1 parent 469fbb8 commit 5e72c12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ getSuccessorsImpl :: forall m blockId. (IOLike m, Ord blockId)
getSuccessorsImpl = getterSTM $ \st blockId ->
fromMaybe Set.empty (Map.lookup blockId (_currentSuccMap st))

getBlockInfoImpl :: forall m blockId. (IOLike m, Ord blockId, HasCallStack)
getBlockInfoImpl :: forall m blockId. (IOLike m, Ord blockId)
=> VolatileDBEnv m blockId
-> STM m (blockId -> Maybe (BlockInfo blockId))
getBlockInfoImpl = getterSTM $ \st blockId ->
Expand Down

0 comments on commit 5e72c12

Please sign in to comment.