Skip to content

Commit 36e4646

Browse files
soulomoonCopilot
andauthored
Update Database.hs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 528c769 commit 36e4646

File tree

1 file changed

+0
-5
lines changed
  • hls-graph/src/Development/IDE/Graph/Internal

1 file changed

+0
-5
lines changed

hls-graph/src/Development/IDE/Graph/Internal/Database.hs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,6 @@ updateStatus res = Focus.alter
258258
(Just . maybe (KeyDetails res mempty)
259259
(\it -> it{keyStatus = res}))
260260

261-
-- alterStatus :: Monad m => (Status -> Status) -> Focus.Focus KeyDetails m ()
262-
-- alterStatus f = Focus.alter
263-
-- (Just . maybe (KeyDetails res mempty)
264-
-- (\it -> it{keyStatus = res}))
265-
266261
-- | Returns the set of dirty keys annotated with their age (in # of builds)
267262
getDirtySet :: Database -> IO [(Key, Int)]
268263
getDirtySet db = do

0 commit comments

Comments
 (0)