diff options
author | Michael D. Adams <t-madams@microsoft.com> | 2007-05-10 09:31:35 +0000 |
---|---|---|
committer | Michael D. Adams <t-madams@microsoft.com> | 2007-05-10 09:31:35 +0000 |
commit | b1ab4b8a607addc4d097588db5761313c996a41f (patch) | |
tree | b7e126ed9b7cb4f4aae384affade6be82a12c45a /compiler/profiling | |
parent | e46cab34c24d2b9bdb37dbddf8ff640653b0b35f (diff) | |
download | haskell-b1ab4b8a607addc4d097588db5761313c996a41f.tar.gz |
Warning fix for unused and redundant imports
Diffstat (limited to 'compiler/profiling')
-rw-r--r-- | compiler/profiling/SCCfinal.lhs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/profiling/SCCfinal.lhs b/compiler/profiling/SCCfinal.lhs index 7aaf109697..601aff4cd1 100644 --- a/compiler/profiling/SCCfinal.lhs +++ b/compiler/profiling/SCCfinal.lhs @@ -39,7 +39,6 @@ import UniqSupply ( splitUniqSupply, UniqSupply ) #ifdef PROF_DO_BOXING import UniqSupply ( uniqFromSupply ) #endif -import Unique ( Unique ) import VarSet import ListSetOps ( removeDups ) import Outputable |