From d591cba305cb86ee8c520b7ff427651d8f9e0f31 Mon Sep 17 00:00:00 2001 From: Timotej Kapus Date: Thu, 17 Oct 2019 15:58:26 +0100 Subject: Enable subsets for RandomPathSearcher --- lib/Core/ExecutionState.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Core/ExecutionState.cpp') diff --git a/lib/Core/ExecutionState.cpp b/lib/Core/ExecutionState.cpp index 7b600003..14d596fc 100644 --- a/lib/Core/ExecutionState.cpp +++ b/lib/Core/ExecutionState.cpp @@ -105,7 +105,6 @@ ExecutionState::ExecutionState(const ExecutionState& state): pathOS(state.pathOS), symPathOS(state.symPathOS), coveredLines(state.coveredLines), - ptreeNode(state.ptreeNode), symbolics(state.symbolics), arrayNames(state.arrayNames), openMergeStack(state.openMergeStack), -- cgit 1.4.1