summaryrefslogtreecommitdiff
path: root/Source/AbsInt/NativeLattice.cs
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2011-12-07 17:13:32 -0800
committerGravatar Rustan Leino <leino@microsoft.com>2011-12-07 17:13:32 -0800
commitf5a76b417ad345c611a267e75ca01fbff5658bd8 (patch)
tree4c517c8f57783bc5075da9dabf6b0151a1c46acb /Source/AbsInt/NativeLattice.cs
parent7e7a2c5a8004eff97f8290f9772f25ad608d72ba (diff)
Dafny: corrected merge snafus
Diffstat (limited to 'Source/AbsInt/NativeLattice.cs')
-rw-r--r--Source/AbsInt/NativeLattice.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/AbsInt/NativeLattice.cs b/Source/AbsInt/NativeLattice.cs
index 7b236481..7abe52e2 100644
--- a/Source/AbsInt/NativeLattice.cs
+++ b/Source/AbsInt/NativeLattice.cs
@@ -9,10 +9,6 @@ using System.Collections.Generic;
using System.Text;
using System.Diagnostics.Contracts;
using Microsoft.Boogie;
-using IMutableSet = Microsoft.Boogie.Set;
-using ISet = Microsoft.Boogie.Set;
-using HashSet = Microsoft.Boogie.Set;
-using ArraySet = Microsoft.Boogie.Set;
namespace Microsoft.Boogie.AbstractInterpretation
{