Skip to content

Commit

Permalink
Remove unused method that accesses interpreter internals
Browse files Browse the repository at this point in the history
  • Loading branch information
sankalpgambhir committed Sep 17, 2024
1 parent c5f05e0 commit 8a06ca2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/scala/inox/solvers/smtlib/SMTLIBTarget.scala
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ trait SMTLIBTarget extends SMTLIBParser with Interruptible with ADTManagers {
}
}

def parseSuccess() = {
val res = interpreter.parser.parseGenResponse
if (res != Success) {
reporter.warning("Unnexpected result from " + targetName + ": " + res + " expected success")
}
}

/*
* Translation from Inox Expressions to SMTLIB terms and reverse
*/
Expand Down

0 comments on commit 8a06ca2

Please sign in to comment.