From c407933569ecca73fd272a178920765611b877b3 Mon Sep 17 00:00:00 2001 From: wuestholz Date: Mon, 3 Jun 2013 15:35:10 -0700 Subject: Did some refactoring in the Boogie driver. --- Source/BoogieDriver/BoogieDriver.cs | 9 --------- Source/BoogieDriver/BoogieDriver.csproj | 30 +----------------------------- 2 files changed, 1 insertion(+), 38 deletions(-) (limited to 'Source/BoogieDriver') 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: diff --git a/Source/BoogieDriver/BoogieDriver.csproj b/Source/BoogieDriver/BoogieDriver.csproj index 9f71e5bd..bce782ac 100644 --- a/Source/BoogieDriver/BoogieDriver.csproj +++ b/Source/BoogieDriver/BoogieDriver.csproj @@ -210,10 +210,6 @@ - - {0EFA3E43-690B-48DC-A72C-384A3EA7F31F} - AbsInt - {43DFAD18-3E35-4558-9BE2-CAFF6B5BA8A0} Basetypes @@ -226,38 +222,14 @@ {B230A69C-C466-4065-B9C1-84D80E76D802} Core - - {884386a3-58e9-40bb-a273-b24976775553} - Doomed - {eaa5eb79-d475-4601-a59b-825c191cd25f} ExecutionEngine - - {69A2B0B8-BCAC-4101-AE7A-556FCC58C06E} - Graph - - - {CF41E903-78EB-43BA-A355-E5FEB5ECECD4} - Houdini - - {FCD3AC7F-9DFD-46C8-AB1E-09F0B0F16DC5} + {fcd3ac7f-9dfd-46c8-ab1e-09f0b0f16dc5} ParserHelper - - {afaa5ce1-c41b-44f0-88f8-fd8a43826d44} - Predication - - - {9B163AA3-36BC-4AFB-88AB-79BC9E97E401} - SMTLib - - - {E1F10180-C7B9-4147-B51F-FA1B701966DC} - VCGeneration - -- cgit v1.2.3