summaryrefslogtreecommitdiff
path: root/utils/hpc/HpcReport.hs
diff options
context:
space:
mode:
authorMichael D. Adams <adamsmd@cs.indiana.edu>2007-07-13 20:19:13 +0000
committerMichael D. Adams <adamsmd@cs.indiana.edu>2007-07-13 20:19:13 +0000
commit3da243bf737dc3e26dfbfa943df1fda1ce7c1bab (patch)
tree86b66186dfd282e876494866ac3ec6b3c682467e /utils/hpc/HpcReport.hs
parente3ce0f4f257c7d834fa7e50611e892d7fb712c36 (diff)
downloadhaskell-3da243bf737dc3e26dfbfa943df1fda1ce7c1bab.tar.gz
Warning Police: Unused imports
Diffstat (limited to 'utils/hpc/HpcReport.hs')
-rw-r--r--utils/hpc/HpcReport.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/hpc/HpcReport.hs b/utils/hpc/HpcReport.hs
index 8f063f8300..2fa79f60d7 100644
--- a/utils/hpc/HpcReport.hs
+++ b/utils/hpc/HpcReport.hs
@@ -5,9 +5,7 @@
module HpcReport (report_plugin) where
-import System.Exit
import Prelude hiding (exp)
-import System(getArgs)
import List(sort,intersperse)
import HpcFlags
import Trace.Hpc.Mix