Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
Remove a displaced comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Jul 20, 2020
1 parent e8bfeaa commit a273b5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Development/IDE/Core/Rules.hs
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,6 @@ ghcSessionDepsDefinition file = do

getModIfaceFromDiskRule :: Rules ()
getModIfaceFromDiskRule = defineEarlyCutoff $ \GetModIfaceFromDisk f -> do
-- We do want the timestamps in the ModSummary for the interactive evaluation functions
-- (e.g. in the Eval plugin)
ms <- use_ GetModSummary f
(diags_session, mb_session) <- ghcSessionDepsDefinition f
case mb_session of
Expand Down

0 comments on commit a273b5d

Please sign in to comment.