Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer committed Aug 15, 2024
1 parent c258866 commit 100ee6c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion Source/Core/AST/AbsyCmd.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3497,7 +3497,7 @@ void ObjectInvariant()
{
Contract.Invariant(labelNames == null || labelTargets == null || labelNames.Count == labelTargets.Count);
}

[NotDelayed]
public GotoCmd(IToken /*!*/ tok, List<String> /*!*/ labelSeq)
: base(tok)
Expand Down
1 change: 0 additions & 1 deletion Source/VCGeneration/ManualSplitFinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Linq;
using System.Threading.Tasks.Dataflow;
using Microsoft.Boogie;
using VC;

Expand Down
9 changes: 0 additions & 9 deletions Source/VCGeneration/OldBlockTransformations.cs

This file was deleted.

0 comments on commit 100ee6c

Please sign in to comment.