Skip to content

Commit

Permalink
Remove old unused exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Oct 9, 2024
1 parent a5bedf6 commit 7898bc5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/analyses/base.ml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ module MainFunctor (Priv:BasePriv.S) (RVEval:BaseDomain.ExpEvaluator with type t
struct
include Analyses.DefaultSpec

exception Top

module Dom = BaseDomain.DomFunctor (Priv.D) (RVEval)
type t = Dom.t
module D = Dom
Expand Down
2 changes: 0 additions & 2 deletions src/analyses/symbLocks.ml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ module Spec =
struct
include Analyses.DefaultSpec

exception Top

module D = SymbLocksDomain.Symbolic
include Analyses.ValueContexts(D)

Expand Down
2 changes: 0 additions & 2 deletions src/analyses/varEq.ml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ open Analyses

module Spec =
struct
exception Top

include Analyses.DefaultSpec

module D =
Expand Down
2 changes: 0 additions & 2 deletions src/solver/topDown_deprecated.ml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ open Batteries
open ConstrSys
open Messages

exception SolverCannotDoGlobals


(** modified SLR3 as top down solver *)
module TD3 =
Expand Down

0 comments on commit 7898bc5

Please sign in to comment.