diff options
Diffstat (limited to 'include/klee/ExecutionState.h')
-rw-r--r-- | include/klee/ExecutionState.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/klee/ExecutionState.h b/include/klee/ExecutionState.h index 891e6f06..95808be1 100644 --- a/include/klee/ExecutionState.h +++ b/include/klee/ExecutionState.h @@ -102,10 +102,6 @@ public: /// @brief Costs for all queries issued for this state, in seconds mutable time::Span queryCost; - /// @brief Weight assigned for importance of this state. Can be - /// used for searchers to decide what paths to explore - double weight; - /// @brief Exploration depth, i.e., number of times KLEE branched for this state unsigned depth; |