Removed an old comment in ArrayUsageCheck

This commit is contained in:
Neil Brown 2008-01-25 17:54:35 +00:00
parent 90bc9b7033
commit 8a39eb597c

View File

@ -46,7 +46,6 @@ usageCheckPass t = do g' <- buildFlowGraph labelFunctions t
return t
-- TODO we should probably calculate this from the CFG
checkArrayUsage :: forall m. (Die m, CSM m) => FlowGraph m (Maybe Decl, Vars) -> m ()
checkArrayUsage graph = sequence_ $ checkPar checkArrayUsage' graph
where