Skip to content

Commit 866401e

Browse files
committed
Remove unused variable warning
1 parent afd2557 commit 866401e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exe/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ setNameCache nc hsc = hsc { hsc_NC = nc }
298298
-- components mapping to the same hie,yaml file are mapped to the same
299299
-- HscEnv which is updated as new components are discovered.
300300
loadSession :: FilePath -> Action (FilePath -> Action (IdeResult HscEnvEq))
301-
loadSession dir = do
301+
loadSession _dir = do
302302
nc <- ideNc <$> getShakeExtras
303303
liftIO $ do
304304
-- Mapping from hie.yaml file to HscEnv, one per hie.yaml file

0 commit comments

Comments
 (0)