From e0da9c342eca9949e6501bc8770942624ab645a9 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Thu, 2 Apr 2015 15:38:39 +0100 Subject: Removed unused fakeState field from ExecutionState --- lib/Core/ExecutionState.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/Core/ExecutionState.cpp b/lib/Core/ExecutionState.cpp index bfe56f7a..6aeaa833 100644 --- a/lib/Core/ExecutionState.cpp +++ b/lib/Core/ExecutionState.cpp @@ -74,7 +74,6 @@ ExecutionState::ExecutionState(KFunction *kf) : weight(1), depth(0), - fakeState(false), instsSinceCovNew(0), coveredNew(false), forkDisabled(false), @@ -83,8 +82,7 @@ ExecutionState::ExecutionState(KFunction *kf) : } ExecutionState::ExecutionState(const std::vector > &assumptions) - : constraints(assumptions), queryCost(0.), - fakeState(true), ptreeNode(0) {} + : constraints(assumptions), queryCost(0.), ptreeNode(0) {} ExecutionState::~ExecutionState() { for (unsigned int i=0; i