From 67ab22f9b209bb0dbc0fa69ffa7f59277bf3848c Mon Sep 17 00:00:00 2001 From: "Ilya V. Portnov" Date: Fri, 16 Sep 2011 16:24:13 +0600 Subject: [PATCH] clean up unused imports. --- JVM/Exceptions.hs | 3 --- JVM/Types.hs | 1 - 2 files changed, 4 deletions(-) diff --git a/JVM/Exceptions.hs b/JVM/Exceptions.hs index 0f1f1df..b90db45 100644 --- a/JVM/Exceptions.hs +++ b/JVM/Exceptions.hs @@ -2,9 +2,6 @@ module JVM.Exceptions where import Control.Monad.Exception -import qualified Data.ByteString.Lazy as B - -import JVM.Types data NoItemInPool = forall a. Show a => NoItemInPool a deriving (Typeable) diff --git a/JVM/Types.hs b/JVM/Types.hs index b64da93..e685e79 100644 --- a/JVM/Types.hs +++ b/JVM/Types.hs @@ -8,7 +8,6 @@ import Data.Array import Data.Binary import Data.Binary.Put import qualified Data.ByteString.Lazy as B -import Data.Word import Data.Char import Data.String import qualified Data.Set as S -- 2.25.1