Skip to content

Commit cf6fe10

Browse files
committed
cleanup
1 parent bc103f3 commit cf6fe10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ghcide/src/Development/IDE/Core/ProgressReporting.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ data ProgressReporting (a :: ProgressStateTrackingType) m where
6969
-- is different from how we use it.
7070
} -> ProgressReporting 'ProgressStateOutsideTracking m
7171

72-
7372
-- |
7473
-- DuplicatedRecordFields won't work here because of the GADT gives us different result types
7574
-- we have to manually define the functions `progressStop` and `progressUpdate` for each case
@@ -81,7 +80,6 @@ progressUpdate ProgressReportingInSide {..} = progressUpdateI
8180
progressUpdate ProgressReportingOutSide {..} = progressUpdateO
8281

8382

84-
8583
{- Note [ProgressReporting API and InProgressState]
8684
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8785
The progress of tasks can be tracked in two ways:

0 commit comments

Comments
 (0)