summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Compile
diff options
context:
space:
mode:
authorpeter.ljunglof <peter.ljunglof@gu.se>2012-08-29 21:48:34 +0000
committerpeter.ljunglof <peter.ljunglof@gu.se>2012-08-29 21:48:34 +0000
commitb416f5bbf7a1ac6d549f68424fec3af64ce34725 (patch)
treee1fa64352974f9d715a6bf4a4157ba2dad684d1c /src/compiler/GF/Compile
parenta7de16c34b7ccffc5ae0ac4fd004dfc155b4f546 (diff)
Use nub' instead of nub in some places, remove some unused nub imports
Diffstat (limited to 'src/compiler/GF/Compile')
-rw-r--r--src/compiler/GF/Compile/GetGrammar.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/GF/Compile/GetGrammar.hs b/src/compiler/GF/Compile/GetGrammar.hs
index 65f98d29a..2da99d448 100644
--- a/src/compiler/GF/Compile/GetGrammar.hs
+++ b/src/compiler/GF/Compile/GetGrammar.hs
@@ -25,7 +25,6 @@ import GF.Grammar.Grammar
import GF.Compile.ReadFiles
import Data.Char (toUpper)
-import Data.List (nub)
import qualified Data.ByteString.Char8 as BS
import Control.Monad (foldM)
import System.Cmd (system)