Skip to content

Commit 1e2a95e

Browse files
committed
remove comment that does not apply anymore
1 parent d0dcab3 commit 1e2a95e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/scala/viper/carbon/modules/impls/DefaultFuncPredModule.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,6 @@ with DefinednessComponent with ExhaleComponent with InhaleComponent {
838838
def before() : Stmt = {
839839
val result = CommentBlock("Execute unfolding (for extra information)",
840840
stmt ++ unfoldPredicate(acc, NullPartialVerificationError, isUnfolding = true, exhaleUnfoldedPredicate = true)
841-
// skip removing the predicate instance, since this will have happened earlier in the assertion being exhaled
842841
)
843842
duringUnfoldingExtraUnfold = false
844843
result

0 commit comments

Comments
 (0)