summaryrefslogtreecommitdiff
path: root/Source/DafnyExtension
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2013-06-03 14:55:41 -0700
committerGravatar wuestholz <unknown>2013-06-03 14:55:41 -0700
commita7404e67b9486d1949e293c110f05746a8185f2e (patch)
tree7fdc9a2eb245c05cbb0a05fa40800b60342adfab /Source/DafnyExtension
parentfa0a0fae726a8293f5a99a33aa0b67d39971a46a (diff)
Did some refactoring of the Dafny drivers.
Diffstat (limited to 'Source/DafnyExtension')
-rw-r--r--Source/DafnyExtension/DafnyDriver.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/DafnyExtension/DafnyDriver.cs b/Source/DafnyExtension/DafnyDriver.cs
index d9090dc5..d8308688 100644
--- a/Source/DafnyExtension/DafnyDriver.cs
+++ b/Source/DafnyExtension/DafnyDriver.cs
@@ -11,6 +11,7 @@ using Bpl = Microsoft.Boogie;
using Dafny = Microsoft.Dafny;
using Microsoft.Boogie.AbstractInterpretation;
using VC;
+using Core;
// using AI = Microsoft.AbstractInterpretationFramework;
@@ -207,8 +208,6 @@ namespace DafnyLanguage
}
}
- enum PipelineOutcome { Done, ResolutionError, TypeCheckingError, ResolvedAndTypeChecked, FatalError, VerificationCompleted }
-
/// <summary>
/// Resolve, type check, infer invariants for, and verify the given Boogie program.
/// The intention is that this Boogie program has been produced by translation from something