File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
ghcide/src/Development/IDE/GHC Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ module Development.IDE.GHC.ExactPrint
23
23
transformM ,
24
24
ExactPrint (.. ),
25
25
#if !MIN_VERSION_ghc(9,2,0)
26
- useAnnotatedSource ,
27
26
Anns ,
28
27
Annotate ,
29
28
setPrecedingLinesT ,
@@ -122,16 +121,6 @@ annotateParsedSource :: ParsedModule -> Annotated ParsedSource
122
121
annotateParsedSource = fixAnns
123
122
#endif
124
123
125
- #if !MIN_VERSION_ghc(9,2,0)
126
- useAnnotatedSource ::
127
- String ->
128
- IdeState ->
129
- NormalizedFilePath ->
130
- IO (Maybe (Annotated ParsedSource ))
131
- useAnnotatedSource herald state nfp =
132
- runAction herald state (use GetAnnotatedParsedSource nfp)
133
- #endif
134
-
135
124
------------------------------------------------------------------------------
136
125
137
126
{- | A transformation for grafting source trees together. Use the semigroup
You can’t perform that action at this time.
0 commit comments