Skip to content

Commit

Permalink
Merge pull request #162 from juhp/contextwarnings
Browse files Browse the repository at this point in the history
Context: silence 2 unused warnings
  • Loading branch information
gelisam authored Jul 2, 2023
2 parents 256e576 + 54124b5 commit 8398732
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Hint/Context.hs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import System.Random
import System.FilePath
import System.Directory

import Data.Maybe (maybe)
import Hint.Configuration (setGhcOption)
import System.IO.Temp

Expand Down Expand Up @@ -115,7 +114,6 @@ addPhantomModule mod_text =
do pm <- newPhantomModule
df <- runGhc GHC.getSessionDynFlags
let t = GHC.fileTarget df (pmFile pm)
m = GHC.mkModuleName (pmName pm)
--
liftIO $ writeFile (pmFile pm) (mod_text $ pmName pm)
--
Expand Down

0 comments on commit 8398732

Please sign in to comment.