Skip to content

Commit 137bcc4

Browse files
committed
Removed references to absHoudini command line field
1 parent 69f8d0d commit 137bcc4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/CoreLib/VerificationPasses.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,6 @@ private void RunHoudini(CBAProgram program, Dictionary<string, Dictionary<string
13961396
var time3 = DateTime.Now;
13971397

13981398
var trueConstants = new HashSet<string>();
1399-
AbstractHoudini absHoudini = null;
14001399
var programProcs = new List<Procedure>();
14011400
program.TopLevelDeclarations.OfType<Procedure>()
14021401
.Iter(proc => programProcs.Add(proc));
@@ -1525,7 +1524,6 @@ private void RunHoudini(CBAProgram program, Dictionary<string, Dictionary<string
15251524
CommandLineOptions.Clo.ErrorLimit = oldErrorLimit;
15261525
CommandLineOptions.Clo.ContractInfer = false;
15271526
CommandLineOptions.Clo.TimeLimit = oldTimeout;
1528-
CommandLineOptions.Clo.AbstractHoudini = null;
15291527
CommandLineOptions.Clo.PrintErrorModel = 0;
15301528

15311529
#region debug static analysis
@@ -1941,7 +1939,6 @@ private void RunHoudini(CBAProgram program)
19411939
CommandLineOptions.Clo.ErrorLimit = oldErrorLimit;
19421940
CommandLineOptions.Clo.ContractInfer = false;
19431941
CommandLineOptions.Clo.TimeLimit = oldTimeout;
1944-
CommandLineOptions.Clo.AbstractHoudini = null;
19451942
CommandLineOptions.Clo.PrintErrorModel = 0;
19461943

19471944
//#region debug static analysis

0 commit comments

Comments
 (0)