Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 439d694

Browse files
author
Patrick Thomson
committed
CyclomaticComplexity doesn't need an instance either.
1 parent 936d67f commit 439d694

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/Data/Functor/Listable.hs

-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ module Data.Functor.Listable
1616
, ListableSyntax
1717
) where
1818

19-
import Analysis.CyclomaticComplexity
2019
import Analysis.TOCSummary
2120
import Data.Abstract.ScopeGraph (AccessControl(..))
2221
import Data.Bifunctor.Join
@@ -223,9 +222,6 @@ instance Listable Declaration where
223222
\/ cons4 FunctionDeclaration
224223
\/ cons3 (\ a b c -> ErrorDeclaration a b c Language.Unknown)
225224

226-
instance Listable CyclomaticComplexity where
227-
tiers = cons1 CyclomaticComplexity
228-
229225
instance Listable Language.Language where
230226
tiers
231227
= cons0 Language.Go

0 commit comments

Comments
 (0)