Skip to content

Commit 2721114

Browse files
committed
fix: remove an unused import
1 parent 20144c6 commit 2721114

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/hls-eval-plugin/src/Ide/Plugin/Eval/CodeLens.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ import GHC (ClsInst,
7777
typeKind)
7878
#if MIN_VERSION_ghc(9,2,0)
7979
import GHC (Fixity)
80-
#else
81-
import GHC (setLogAction)
8280
#endif
8381
import qualified GHC.LanguageExtensions.Type as LangExt (Extension (..))
8482

0 commit comments

Comments
 (0)