Skip to content

Commit 7e133ea

Browse files
ndmitchellcocreature
authored andcommitted
Delete unused function (#367)
1 parent 331a144 commit 7e133ea

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Development/IDE/Core/Rules.hs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ module Development.IDE.Core.Rules(
2121
getDefinition,
2222
getDependencies,
2323
getParsedModule,
24-
fileFromParsedModule,
2524
generateCore,
2625
) where
2726

@@ -363,9 +362,3 @@ mainRule = do
363362
generateByteCodeRule
364363
loadGhcSession
365364
getHieFileRule
366-
367-
368-
------------------------------------------------------------
369-
370-
fileFromParsedModule :: ParsedModule -> NormalizedFilePath
371-
fileFromParsedModule = toNormalizedFilePath . ms_hspp_file . pm_mod_summary

0 commit comments

Comments
 (0)