Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
This code is obsolete reporting code (the general reporting
infrastructure takes care of it now).
  • Loading branch information
Tristan Ravitch committed May 20, 2013
1 parent a00efc9 commit 23eaf47
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Foreign/Inference/Analysis/ErrorHandling.hs
Expand Up @@ -387,10 +387,6 @@ byBlock analysis s funcLike =
where
f = getFunction funcLike

-- errorSummaryToString = unlines . map entryToString . HM.toList
-- where
-- entryToString (f, descs) = identifierAsString (functionName f) ++ ": " ++ show descs

instance SummarizeModule ErrorSummary where
summarizeArgument _ _ = []
summarizeFunction f s = fromMaybe [] $ do
Expand Down

0 comments on commit 23eaf47

Please sign in to comment.