Skip to content

Commit f39fb98

Browse files
committed
prune imports on rebase
1 parent 9c2b6f9 commit f39fb98

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

clash-lib/src/Clash/Normalize.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ import Clash.Core.Var (Id, varName, varType)
7171
import Clash.Core.VarEnv
7272
(VarEnv, VarSet, elemVarSet, eltsVarEnv, emptyInScopeSet, emptyVarEnv, emptyVarSet,
7373
extendVarEnv, extendVarSet, lookupVarEnv, mapVarEnv, mapMaybeVarEnv,
74-
mkVarEnv, mkVarSet, notElemVarEnv, notElemVarSet, nullVarEnv, unionVarEnv)
74+
mkVarEnv, mkVarSet, notElemVarEnv, notElemVarSet, nullVarEnv)
7575
import Clash.Debug (traceIf)
7676
import Clash.Driver.Types
7777
(BindingMap, Binding(..), DebugOpts(..), ClashEnv(..))

clash-lib/src/Clash/Normalize/PrimitiveReductions.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838

3939
module Clash.Normalize.PrimitiveReductions where
4040

41-
import qualified Control.Concurrent.MVar.Lifted as MVar
4241
import qualified Control.Lens as Lens
4342
import Control.Lens ((.=))
4443
import Data.Bifunctor (second)

0 commit comments

Comments
 (0)