1
1
mirror of https://github.com/github/semantic.git synced 2024-11-25 11:04:00 +03:00

CyclomaticComplexity doesn't need an instance either.

This commit is contained in:
Patrick Thomson 2019-09-24 17:28:35 -04:00
parent 936d67fc77
commit 439d694200

View File

@ -16,7 +16,6 @@ module Data.Functor.Listable
, ListableSyntax
) where
import Analysis.CyclomaticComplexity
import Analysis.TOCSummary
import Data.Abstract.ScopeGraph (AccessControl(..))
import Data.Bifunctor.Join
@ -223,9 +222,6 @@ instance Listable Declaration where
\/ cons4 FunctionDeclaration
\/ cons3 (\ a b c -> ErrorDeclaration a b c Language.Unknown)
instance Listable CyclomaticComplexity where
tiers = cons1 CyclomaticComplexity
instance Listable Language.Language where
tiers
= cons0 Language.Go