diff options
author | tabarbe <unknown> | 2010-08-19 22:21:31 +0000 |
---|---|---|
committer | tabarbe <unknown> | 2010-08-19 22:21:31 +0000 |
commit | 7d891d1875aecf20f4470675f6c0be62174d7f20 (patch) | |
tree | c95cadccbda1a17f7fcdbf8457646739bdde2bc8 | |
parent | baaee0fe9402102ec86799c4e2c6304d5ebe4aa6 (diff) |
Boogie: Removed a completed task comment
-rw-r--r-- | Source/BoogieDriver/BoogieDriver.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/BoogieDriver/BoogieDriver.cs b/Source/BoogieDriver/BoogieDriver.cs index 0e99ad9b..588b2289 100644 --- a/Source/BoogieDriver/BoogieDriver.cs +++ b/Source/BoogieDriver/BoogieDriver.cs @@ -574,7 +574,6 @@ namespace Microsoft.Boogie { Contract.Assert(decl != null);
Implementation impl = decl as Implementation;
if (impl != null && CommandLineOptions.Clo.UserWantsToCheckRoutine(cce.NonNull(impl.Name)) && !impl.SkipVerification) {
- //TODO: Resolve arraylist nonnulls
List<Counterexample/*!*/>/*?*/ errors;
DateTime start = new DateTime(); // to please compiler's definite assignment rules
|