Skip to content

Commit

Permalink
Fix build warnings introduced in #1165
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Mar 1, 2024
1 parent a4300a4 commit 82574be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crucible/src/Lang/Crucible/Backend.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ obligations with a solver backend.
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE ViewPatterns #-}
module Lang.Crucible.Backend
( IsSymBackend(..)
Expand Down Expand Up @@ -118,7 +119,6 @@ import Data.Sequence (Seq)
import Data.Set (Set)
import qualified Prettyprinter as PP
import GHC.Stack
import System.IO

import Data.Parameterized.Map (MapF)

Expand All @@ -132,7 +132,6 @@ import What4.Partial
import What4.ProgramLoc
import What4.Expr (GroundValue, GroundValueWrapper(..))
import What4.Solver
import qualified What4.Solver.CVC5 as CVC5
import qualified What4.Solver.Z3 as Z3

import qualified Lang.Crucible.Backend.AssumptionStack as AS
Expand Down

0 comments on commit 82574be

Please sign in to comment.