Skip to content

Commit fd812cf

Browse files
committed
cleanup
1 parent 1fd122e commit fd812cf

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ actionFinally a b = do
114114
apply1 :: (RuleResult key ~ value, ShakeValue key, Typeable value) => key -> Action value
115115
apply1 k = runIdentity <$> apply (Identity k)
116116

117-
-- todo make the result ordered
118117
apply :: (Traversable f, RuleResult key ~ value, ShakeValue key, Typeable value) => f key -> Action (f value)
119118
apply ks = do
120119
db <- Action $ asks actionDatabase

0 commit comments

Comments
 (0)