summaryrefslogtreecommitdiff
path: root/Source/BoogieDriver/BoogieDriver.cs
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2013-06-03 15:35:10 -0700
committerGravatar wuestholz <unknown>2013-06-03 15:35:10 -0700
commitc407933569ecca73fd272a178920765611b877b3 (patch)
tree55abd30f6bb81211ff8bdd199ccef855759f0a69 /Source/BoogieDriver/BoogieDriver.cs
parentc0578efe1ff17e30eb33e60e279a9a14a7a836a5 (diff)
Did some refactoring in the Boogie driver.
Diffstat (limited to 'Source/BoogieDriver/BoogieDriver.cs')
-rw-r--r--Source/BoogieDriver/BoogieDriver.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/BoogieDriver/BoogieDriver.cs b/Source/BoogieDriver/BoogieDriver.cs
index d35ac5f2..7eacf697 100644
--- a/Source/BoogieDriver/BoogieDriver.cs
+++ b/Source/BoogieDriver/BoogieDriver.cs
@@ -11,17 +11,8 @@
namespace Microsoft.Boogie {
using System;
using System.IO;
- using System.Collections;
- using System.Collections.Concurrent;
using System.Collections.Generic;
- using PureCollections;
- using Microsoft.Boogie;
- using Microsoft.Boogie.AbstractInterpretation;
using System.Diagnostics.Contracts;
- using System.Diagnostics;
- using System.Linq;
- using VC;
- using BoogiePL = Microsoft.Boogie;
/*
The following assemblies are referenced because they are needed at runtime, not at compile time: