Skip to content

Commit

Permalink
cardano-tracer: remove unused LANGUAGEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Shevchenko committed Sep 22, 2021
1 parent 495f780 commit 3f68a4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions cardano-tracer/src/Cardano/Tracer/Acceptors.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE PackageImports #-}
Expand Down Expand Up @@ -79,7 +78,7 @@ runAcceptorsWithBrakes
runAcceptorsWithBrakes config@TracerConfig{acceptAt} acceptedMetrics acceptedNodeInfo protocolsBrakes =
forConcurrently_ (zip acceptAt protocolsBrakes) $ \(LocalSocket p, (stopEKG, stopTF)) ->
runAcceptorsForOneNode config acceptedMetrics acceptedNodeInfo p stopEKG stopTF

runAcceptorsForOneNode
:: TracerConfig
-> AcceptedMetrics
Expand Down
1 change: 0 additions & 1 deletion cardano-tracer/test/Cardano/Tracer/Test/Forwarder.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE PackageImports #-}
{-# LANGUAGE ScopedTypeVariables #-}
Expand Down

0 comments on commit 3f68a4c

Please sign in to comment.