Skip to content

Commit

Permalink
Revert "Add type declarations"
Browse files Browse the repository at this point in the history
This reverts commit bb3d729.
  • Loading branch information
wallgrenen committed Nov 6, 2024
1 parent 0f3b0cb commit 80ea71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/lazabs/horn/symex/ConstraintSimplifier.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ trait ConstraintSimplifierUsingConjunctEliminator extends ConstraintSimplifier {
order: TermOrder)
extends ConjunctEliminator(constraint, localSymbols, Set(), order) {

override protected def nonUniversalElimination(f: Conjunction): Unit = {}
override protected def nonUniversalElimination(f: Conjunction) = {}

// todo: check if this eliminates function applications
// e.g., unused select and stores

protected def universalElimination(m: ModelElement): Unit = {}

override protected def addDivisibility(f: Conjunction): Unit = {}
override protected def addDivisibility(f: Conjunction) = {}

override protected def isEliminationCandidate(t: Term): Boolean =
localSymbols contains t
Expand Down

0 comments on commit 80ea71c

Please sign in to comment.