Skip to content

Commit 05ebd21

Browse files
committed
Cleanup
1 parent fa765fb commit 05ebd21

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/main/scala/supporters/qps/PredicateAndWandSnapFunctionsContributor.scala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,7 @@ class DefaultPredicateAndWandSnapFunctionsContributor(preambleReader: PreambleRe
9696

9797
collectedSorts = collectedPredicates.map(predicate =>
9898
sorts.PredicateSnapFunction(predicateSnapGenerator.getSnap(predicate)._1, predicate.name)) ++ collectedWandIdentifiers.map(identifier => sorts.PredicateSnapFunction(sorts.Snap, identifier.toString))
99-
100-
//if (collectedPredicates.nonEmpty || collectedWandIdentifiers.nonEmpty) {
101-
// collectedSorts += sorts.PredicateSnapFunction(sorts.Snap, "Wand")
102-
//}
99+
103100

104101
collectedFunctionDecls = generateFunctionDecls
105102
collectedAxioms = generateAxioms

0 commit comments

Comments
 (0)